Has anyone used Excelsior JET? PLEASE HELP!!
It Just will not Compile!!! All of the files necessary to run my program are in the folder C:\Vocab\ and if i run this in the command prompt:
java -cp C:\Vocab\MyJar.jar Vocab
My application will run just fine but i guess when Excelsior Jet runs the EXACT same command (and when i say exact i mean exact i copied and pasted the command and it worked both ways) it gives me the output:
The application has started with command line:
java -cp C:\Vocab\MyJar.jar Vocab
Exception in thread "main" java.lang.UnsupportedClassVersionError
at java.lang.Void.<unknown>(Unknown Source)
at java.lang.Void.<unknown>(Unknown Source)
at java.lang.Void.<unknown>(Unknown Source)
at java.lang.Void.<unknown>(Unknown Source)
The application has terminated with exit code: 1
It will not run my application and i don't know what to do! PLEASE HELP
thanks, lateralus

