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

Java version for QoRTs? #54

Open
ytakemon opened this issue Dec 28, 2017 · 2 comments
Open

Java version for QoRTs? #54

ytakemon opened this issue Dec 28, 2017 · 2 comments

Comments

@ytakemon
Copy link

Hi @hartleys , I am trying to figure if I am running into a java version - QoRTs incompatibility here or if its an issue with my java environment in general (I typically do not work in Java so please forgive my ignorance here). I have the following java version and ran the command below:

[ytakemon@cadillac QoRT_install]$ java -version
java version "1.6.0_41"
Java(TM) SE Runtime Environment (build 1.6.0_41-b02)
Java HotSpot(TM) 64-Bit Server VM (build 20.14-b01, mixed mode)

[ytakemon@cadillac QoRT_install]$ java -jar QoRTs.jar --help

And I am getting an error regarding major.minor version support.

Exception in thread "main" java.lang.UnsupportedClassVersionError: runner/runner : Unsupported major.minor version 52.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Could not find the main class: runner.runner. Program will exit.

Any advice is appretiated.
Cheers,
Yuka

@hartleys
Copy link
Owner

hartleys commented Dec 29, 2017 via email

@ytakemon
Copy link
Author

ytakemon commented Jan 2, 2018

Thank you @hartleys ,

I tried java build 1.8.0_20-b26, which didn' work. However, java build 1.8.0_73-b02 did work.

Cheers,

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