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

Linux 64-bit. #131

Closed
kgdhost opened this issue Dec 12, 2015 · 1 comment
Closed

Linux 64-bit. #131

kgdhost opened this issue Dec 12, 2015 · 1 comment

Comments

@kgdhost
Copy link

kgdhost commented Dec 12, 2015

Hello. I am using distribution Linux Mint 17.3 64-bit. When run the jbart3h.jar, get the error:

$ java -jar jbart3h.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: pro/burgerz/bart/Main : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:482)

My specifications:

Kernel - 3.19.0-32-generic #3714.04.1-Ubuntu SMP Thu Oct 22 09:41:40 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux;
Java - java version "1.7.0_91"
OpenJDK Runtime Environment (IcedTea 2.6.3) (7u91-2.6.3-1
deb8u1)
OpenJDK 64-Bit Server VM (build 24.91-b01, mixed mode);

@BurgerZ
Copy link
Owner

BurgerZ commented Dec 12, 2015

Install java 8

@BurgerZ BurgerZ closed this as completed Dec 12, 2015
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