Java App Not Working

thebiggedbig

Registered
I've been helping someone get a Java app to work on OS X. Everything seems to be set up, the java_swt file and all the directories are in place, but when the program runs, Console reports this error:

Exception in thread "main" java.lang.UnsupportedClassVersionError: com/spotdev/spotmanager/MainProgram (Unsupported major.minor version 49.0)

and a whole bunch of stuff afterwards.

From what I can tell from research, this means that the program was intended for Java 1.5, but I have an older version. However, I've gone through all the steps to install and setup Java 1.5 as the default version. In Terminal, 'java -version' returns info confirming that I'm running version 1.5. I've even changed the Info.plist to specify that the app should be using version Java 1.5. I have no clue what is causing the version error. Any ideas?

--Josh
 
Back
Top