- #1
hzp
- 10
- 0
I am programming in Java, creating a window application. I used notepad++ and compile through the command line. The program compiles and runs fine through the command line
However I want to create an executable file, so I downloaded jsmooth
But it is giving me this error and I can't really find any information that helps me:
"Exception in thread main java.lang.UnsupportedClassVersionError: Game : Unsupported major.minor version 52.0"
This is after the executable has been compiled and I try to run it. It starts and the debug command opens with this error
Followed instructions on jsmooth website and here:
http://www.coolwebproject.com/jsmooth/
my code below, not sure how it would be relevant
However I want to create an executable file, so I downloaded jsmooth
But it is giving me this error and I can't really find any information that helps me:
"Exception in thread main java.lang.UnsupportedClassVersionError: Game : Unsupported major.minor version 52.0"
This is after the executable has been compiled and I try to run it. It starts and the debug command opens with this error
Followed instructions on jsmooth website and here:
http://www.coolwebproject.com/jsmooth/
my code below, not sure how it would be relevant
Attachments
Last edited by a moderator: