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

Crashes at startup under OS X Mavericks Java 1.6.0_65 #16

Closed
jordancurve opened this issue Jan 16, 2015 · 1 comment
Closed

Crashes at startup under OS X Mavericks Java 1.6.0_65 #16

jordancurve opened this issue Jan 16, 2015 · 1 comment

Comments

@jordancurve
Copy link

Does it need a different Java?

$ java -Djava.ext.dirs=. -Djava.library.path=. StenoTray
Exception in thread "main" java.lang.UnsupportedClassVersionError: StenoTray : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)

@brentn
Copy link
Owner

brentn commented Jan 16, 2015

Yes, I believe your java version is too old.

On Thu Jan 15 2015 at 20:18:53 khaaan notifications@github.com wrote:

Does it need a different Java?

$ java -Djava.ext.dirs=. -Djava.library.path=. StenoTray
Exception in thread "main" java.lang.UnsupportedClassVersionError:
StenoTray : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)


Reply to this email directly or view it on GitHub
#16.

@brentn brentn closed this as completed Feb 3, 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