-
Notifications
You must be signed in to change notification settings - Fork 19
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
Broken on JDK7 #1
Comments
Oddly enough, I'm seeing the same issue on 1.6.0_39 x86_64:
|
Thanks for reporting. This is on track to be fixed in the next release. |
Any update on this? Busted for me. |
Any workarounds? $ java -version |
Guys sorry for delay. Looking at this to have a fix soon. |
I'm currently using JMXTerm: |
I also saw the same error on 1.6.0_24-b07. It looks like a tools.jar issue. As a workaround I added the full path of tools.jar (only included in a jdk and not in a jre?) to the Class-Path entry of MANIFEST.MF in cli.jar. That works but is no more than a quick unpractical hack. Somehow you have to add tools.jar to the classpath without editing MANIFEST.MF. But including -cp or setting the classpath environment variable don't seem to work. |
Same problem here, going with JMXTerm |
Same problem here on Mac OS X JDK 1.7.0_45 :( |
It works when I copy the tools.jar from the JDK's lib directory into the lib directory of jmx-cli |
I think this has to be run inside a JDK environment. I am successfully running this project inside of the docker image
|
@xrl Awesome!!!!! |
@xrl I understand it was a while ago you made your comment, but do you also remember if you verified commands such as |
@JensRantil I am not actively maintaining this project. |
Update: ps doesn't work, but I was able to use connect host:port and list Mbeans. Good enough for me! |
@voiprodrigo awesome to know!!! |
When running on JDK7, several commands (including ps and connect) cause the following error:
The text was updated successfully, but these errors were encountered: