-
Notifications
You must be signed in to change notification settings - Fork 251
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
/usr/lib/jvm/java-11-openjdk-amd64/bin seems to be no JDK! #122
Comments
Got it to work by switching from java 11, to java 8. |
I can reproduce this problem using a Ubuntu machine with only Java 11 installed. |
This is likely because |
I get the same problem with openjdk 17: There is no solution for this? |
If I run any Java app with a newer version and run These are IntelliJ and some Gradle processes running on Java11:
On Java 8 they look fine but IntelliJ probably runs on their own JDK:
|
I have java jdk & jre installed on Ubuntu 20.04, and I added:
JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64
to jvmtop.sh (line 10), as I saw in a tutorial.
Im asuming this counts as having a valid JDK environment path, but even if it doesn't, I already tried everything I mention here: https://askubuntu.com/questions/1248311/running-jvmtop-profile-the-java-home-environment-variable
However I get this message:
/usr/lib/jvm/java-11-openjdk-amd64/bin seems to be no JDK!
oddly enough, the path in the error seems to include bin, even though I only specified it up to
java-11-openjdk-amd64
.I did nothing more and nothing less than what I mentioned. Am I missing something?
The text was updated successfully, but these errors were encountered: