Tuesday, June 17, 2008

When multiple jvms are installed

Sometimes multiple jvms are installed on the box and an executable we downloaded requires a particular jvm only.
To start that exe you can use the following command

start ads.exe %* -console -clean -vm "C:\jdk1.5.0_11\bin\java.exe"

I have used this to start eclipse 3.2 and eclipse europa from the same box.

0 Comments:

Post a Comment

<< Home