Page 1 of 1

Where does one set the JVM version for Mac version?

Posted: Tue Sep 13, 2005 8:03 pm
by dnedrow
Hmmm, I've installed Java 2 SE 1.5.0 under OS X 10.4.2. In a terminal, java -version shows that I'm finding 1.5.0 as the VM.

However, oXygen shows 1.4.2. How/where do I set the JVM in the Mac version of oXygen?

Under Linux, I can jimmy the Oxygen.lax file to force the VM, but there's nothing obviously similar in the Mac version.

-David

Posted: Wed Sep 14, 2005 9:08 am
by george
Hi David,

You need to edit the Info.plist file located inside the oxygen.app application (use Show Package Contents from the contextual menu to go into the application) in the Contents folder. There look for

Code: Select all


<key>JVMVersion</key>
<string>1.4*</string>
and change "1.4*" to "1.5*".

Best Regards,
George

Posted: Wed Sep 14, 2005 9:05 pm
by dnedrow
info.plist

Rats, that's the one file I didn't look in.

Thanks for the info, I'm all set now.

-David