Is this the correct format to increase the default memory for the JVM
and to pass command line arguments?
<java fork="true"
dir="${basedir}"
classname="${class}"
maxmemory="718m"
>
<classpath refid="project.classpath"/>
<arg line="${args}"/>
<jvmarg
value="-Djava.library.path=${native.libdir}"/>
<jvmarg value="-Dcom.sun.management.jmxremote"/>
</java>
Thanks.
Ken
Kenneth D. Litwak
Software Engineer III
IMT
Azusa Pacific University
901 E. Alosta
Azusa, CA 91702
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]