The screenshot looks interessting But when I try to run i get this error message: Exception in thread "main" java.lang.UnsupportedClassVersionError: dk/ecustic/Mi nimalia/Launcher : Unsupported major.minor version 51.0 I'm Running Windows 7 64bit with 1.7.0_21 from Oracle
@ZYXer, I'm not familiar with that error, so I can't really help you as I've never had to resolve it myself. I gooogled around a bit though and it seems that it might be something to do with your PATH. If you've installed an older version of Java before it might be placed before your current version in your PATH. Running "java -version" should show you which version your system is using. If it shows an older version then simply check your PATH and make sure that it is only pointing to the newest version.
Love the graphics. Player control and collisions are a bit weird. Playable in Linux using the following command: java -cp lib -Djava.library.path="lib/natives/linux" -jar lib/Minimalia.jar dk.ecustic.Minimalia.Launcher
Comments6
The collision is a bit clunky and a few simply sounds would help the atmosphere a lot in my opinion.
Good job!
But when I try to run i get this error message:
Exception in thread "main" java.lang.UnsupportedClassVersionError: dk/ecustic/Mi
nimalia/Launcher : Unsupported major.minor version 51.0
I'm Running Windows 7 64bit with 1.7.0_21 from Oracle
Playable in Linux using the following command:
java -cp lib -Djava.library.path="lib/natives/linux" -jar lib/Minimalia.jar dk.ecustic.Minimalia.Launcher