Re: forked VM issue

2005-10-21 Thread Dominique Devienne
On 10/20/05, James Taylor <[EMAIL PROTECTED]> wrote: > In the build file I have a junit task and I want to put in a batchtest task > with a fork = "yes" option… but the VM breaks as the task starts a seperate > VM that seemingly disregards the ANT_OPS -client environment variable. Right. ANT_OPTS

Re: forked VM issue

2005-10-20 Thread Tim Meals
Jim -- If you have root access to the Solaris machine, you can change the JVM preference order with the jvm.cfg file. The only downside is then you're globally changing the JVM preferences for everyone on that system. The jvm.cfg file should be somewhere under ${JAVA_HOME}/jre/lib/sparc or

forked VM issue

2005-10-20 Thread James Taylor
Hello, I've recently installed java 5 on a machine I remote log into and develop on. Bit in order to run the VM (virtual machine) I need to give -client flag to java ie java –client The machine is a solaris machine and the default option is –server and I don't know how to make client VM the default