Where does one set the JVM version for Mac version?

Having trouble installing Oxygen? Got a bug to report? Post it all here.
dnedrow
Posts: 60
Joined: Wed Jan 28, 2004 10:51 pm

Where does one set the JVM version for Mac version?

Post 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
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post 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
dnedrow
Posts: 60
Joined: Wed Jan 28, 2004 10:51 pm

Post 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
Post Reply