JPPF, java, parallel computing, distributed computing, grid computing, parallel, distributed, cluster, grid, cloud, open source, android, .net
JPPF

The open source
grid computing
solution

 Home   About   Features   Download   Documentation   On Github   Forums 
May 30, 2023, 06:29:25 AM *
Welcome,
Please login or register.

Login with username, password and session length
Advanced search  
News: New users, please read this message. Thank you!
  Home Help Search Login Register  
Pages: [1]   Go Down

Author Topic: Tips : running node without Ant  (Read 3273 times)

TSnarfK

  • JPPF Padawan
  • *
  • Posts: 4
Tips : running node without Ant
« on: September 05, 2007, 12:11:49 PM »

Hello everybody,
I have got some computers with only a JRE installed on. And to run Ant, "tools.jar" is needed witch is part of the JDK.
Instead of installing Ant and a JDK, I simply use this command (witch gives the same options than the build.xml) from the command line (or from a batch file).

java -Xmx128m -Dlog4j.configuration=config\log4j-node.properties -Djppf.config=config\jppf-node.properties -classpath lib\jppf-common-node.jar;lib\commons-logging-1.1.jar;lib\log4j-1.2.9.jar org.jppf.node.NodeLauncher

I give that just for thus who are not familiar with java arguments :D
Hope it can help.
Logged
Pages: [1]   Go Up
 
JPPF Powered by SMF 2.0 RC5 | SMF © 2006–2011, Simple Machines LLC Get JPPF at SourceForge.net. Fast, secure and Free Open Source software downloads