Link to home
Start Free TrialLog in
Avatar of John4343
John4343

asked on

Java application runs with 1.3.1 but needs 1.4

I have a java application (not applet) that needs to run with version 1.4 of Java.

The Mac was recently updated to OS 10.3.5 and java 1.4   Running java -version returns build 1.4.2_05-141

When the application runs System.getProperty("java.version") returns 1.3.1

I added an entry to the MRJApp.properties file:

com.apple.mrj.application.JVMVersion=1.4

but this had no effect.

Thanks

John
ASKER CERTIFIED SOLUTION
Avatar of elementalindigo
elementalindigo

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of John4343
John4343

ASKER

Ah!!  Thanks very much