mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-20 10:35:34 +00:00
added target to force running cooja in 64-bit mode
This commit is contained in:
parent
295bb8b70f
commit
eba1079991
@ -108,6 +108,20 @@ The COOJA Simulator
|
||||
</java>
|
||||
</target>
|
||||
|
||||
<target name="run64" depends="init, compile, jar, copy configs">
|
||||
<java fork="yes" dir="${build}" classname="se.sics.cooja.GUI" maxmemory="512m">
|
||||
<sysproperty key="user.language" value="en"/>
|
||||
<jvmarg value="-d64 -XX:+ShowMessageBoxOnError"/>
|
||||
<arg line="${args}"/>
|
||||
<env key="LD_LIBRARY_PATH" value="."/>
|
||||
<classpath>
|
||||
<pathelement path="${build}"/>
|
||||
<pathelement location="lib/jdom.jar"/>
|
||||
<pathelement location="lib/log4j.jar"/>
|
||||
</classpath>
|
||||
</java>
|
||||
</target>
|
||||
|
||||
<target name="run_errorbox" depends="init, compile, jar, copy configs">
|
||||
<java fork="yes" dir="${build}" classname="se.sics.cooja.GUI" maxmemory="512m">
|
||||
<sysproperty key="user.language" value="en"/>
|
||||
|
Loading…
Reference in New Issue
Block a user