updated help
This commit is contained in:
parent
9e229a35c4
commit
b422ef90ad
1 changed files with 5 additions and 3 deletions
|
@ -28,11 +28,13 @@ The COOJA Simulator
|
||||||
Start COOJA without GUI and run simulation in sim.csc
|
Start COOJA without GUI and run simulation in sim.csc
|
||||||
> java -mx512m -jar dist/cooja.jar -nogui=sim.csc
|
> java -mx512m -jar dist/cooja.jar -nogui=sim.csc
|
||||||
|
|
||||||
Build executable simulation JAR from current projects and simulation in sim.csc
|
Build executable simulation JAR sim.jar from current projects and simulation in sim.csc
|
||||||
> ant jar
|
> ant jar
|
||||||
> cd build
|
> cd build
|
||||||
build/> java -cp ".;../lib/jdom.jar;../lib/log4j.jar" se.sics.cooja.util.ExecuteJAR "/home/user/sim.csc"
|
build/> java -cp ".:../lib/jdom.jar:../lib/log4j.jar" se.sics.cooja.util.ExecuteJAR "/home/user/sim.csc" sim.jar
|
||||||
|
or
|
||||||
|
build/> java -cp ".;../lib/jdom.jar;../lib/log4j.jar" se.sics.cooja.util.ExecuteJAR "C:/home/sim.csc" sim.jar
|
||||||
|
The output JAR is in build/sim.jar
|
||||||
</echo>
|
</echo>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue