-
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
Issue using with openjdk #100
Comments
Hello! I think this is because jre is not "jdk", you need set JAVA_HOME = /path/to/java/jdk (not jre). |
After checking the shell script, it seems that
https://stackoverflow.com/questions/53707666/how-to-get-tools-jar-for-openjdk-11-on-windows |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@patric-r,
I'm seeing this error with openjdk.
/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.131-2.6.9.0.el7_3.x86_64/jre seems to be no JDK!
but when I manually set the path and run from command line without using jvmtop.sh, it doesnt show any process running (nor even the jvmtop process itself). All I see is shown below. I also have tomcat process running but it doesnt show that too.
The text was updated successfully, but these errors were encountered: