Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

structorizer 3.27 does not start #450

Closed
reks99 opened this issue Nov 4, 2017 · 3 comments
Closed

structorizer 3.27 does not start #450

reks99 opened this issue Nov 4, 2017 · 3 comments

Comments

@reks99
Copy link

reks99 commented Nov 4, 2017

Hi
I would test the version 3.27 in my debian jessie (old stable) with openjdk-8 installed, but it does not start.
I get:
Exception in thread "main" java.lang.UnsupportedClassVersionError: Structorizer : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:803)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:442)
at java.net.URLClassLoader.access$100(URLClassLoader.java:64)
at java.net.URLClassLoader$1.run(URLClassLoader.java:354)
at java.net.URLClassLoader$1.run(URLClassLoader.java:348)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:347)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:312)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:482)

What can I do?

Fine regards
Rolf

@fesch
Copy link
Owner

fesch commented Nov 4, 2017

Java 8 = Version 52, so this should be fine.

Are you sure you used the Java8 JVM to start Structorizer?

@reks99
Copy link
Author

reks99 commented Nov 4, 2017

Hi Bob.

I found the mistake: When Java8 was installed with the package manager the system did not update the alias for java, so still java7 was used, when java is called.
After manualy correct the link to the java-8 runtime every thing is fine.

Sorry for the noise.
Fine regards
Rolf

@fesch
Copy link
Owner

fesch commented Nov 4, 2017

Great :)

@fesch fesch closed this as completed Nov 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants