You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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)
The text was updated successfully, but these errors were encountered: