-
Notifications
You must be signed in to change notification settings - Fork 117
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
ClassNotFoundException on MacOS/Java 8 #12
Comments
There could be a couple of problems:
jvm-mon needs tools.jar to be on the classpath so a quick check is to run |
@ajermakovics I got the same issue and this is how it looks like the content of my JAVA_HOME
Version:
|
MonitorException comes from tools.jar so somehow it is not getting added to the classpath What if you run it directly:
|
The new version (0.2) will print a warning if tools.jar is not found |
The fix to get a valid JAVA_HOME on OS-X is this:
It works now. Thanks! |
@ajermakovics worked like a charm, thank you! |
When I try to run a build of HEAD, I get the following:
The text was updated successfully, but these errors were encountered: