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

Same version of java also fails #186

Open
Alqueno opened this issue Sep 3, 2021 · 1 comment
Open

Same version of java also fails #186

Alqueno opened this issue Sep 3, 2021 · 1 comment

Comments

@Alqueno
Copy link

Alqueno commented Sep 3, 2021

javac -version
javac 11.0.2
java -version
openjdk version "1.8.0_191"

so you compiled with a modern java compiler (java 11) but you're trying to execute with an old java (8).

the warnings are ok.

I'm closing this one.

Originally posted by @lindenb in #120 (comment)

@Alqueno
Copy link
Author

Alqueno commented Sep 3, 2021

In ubuntu 20.04, javac open-jdk 11.0.11 and java open-jdk 11.0.11 stills produce the same error. Path and java_home set as requested. Only on my old Ubuntu 14 install works...
Then on ubuntu 20.04 could managed to make it work by installing oracle java 8 and setting java_home to its dir and path with java_home/bin
seems to be something related with dependencies with jdk 11

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

1 participant