I installed Oracle JDK from the webupd8team/java
PPA, and then installed the visualvm
package. When starting visualvm
, I get the following error message:
[beni:~]$ visualvm
No jdkhome found
My $JAVA_HOME
is set correctly to /usr/lib/jvm/java-7-oracle
.
Also, when starting visualvm
with the jdkhome
property set, I get the same error:
[beni:~]$ visualvm --jdkhome $JAVA_HOME
No jdkhome found