when I follow the user-guier and try the first taste of JPPF.
I didn't change anything of the demo. But at the step 3,the result is not the same as the document.
Step 1: start a server
the result is:
run:
[echo] starting the JPPF driver
[java] Class Server initialized - listening on port 11111
[java] Client Server initialized - listening on port 11112
[java] Tasks Server initialized - listening on port 11113
[java] JPPF Driver management initialized
[java] JPPF Driver initialization complete
Step 2: start a node
run:
[java] node process id: 7824
[java] Attempting connection to the class server at localhost:11111
[java] Reconnected to the class server
[java] JPPF Node management initialized
[java] Attempting connection to the node server at localhost:11113
[java] Reconnected to the node server
[java] Node sucessfully initialized
Step 3: run the application
clean:
[delete] Deleting directory D:\JPPF\JPPF-Tutorial\JPPF-2.5.4-application-temp
late\classes
init:
[mkdir] Created dir: D:\JPPF\JPPF-Tutorial\JPPF-2.5.4-application-template\c
lasses
compile:
[javac] D:\JPPF\JPPF-Tutorial\JPPF-2.5.4-application-template\build.xml:66:
warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last;
set to false for repeatable builds
[javac] Compiling 2 source files to D:\JPPF\JPPF-Tutorial\JPPF-2.5.4-applica
tion-template\classes
build:
run:
there is nothing after "run:", I did this at the same PC(windows xp), and the result is
not the same as the documents.