patric-r / jvmtop

Java monitoring for the command-line, profiler included
GNU General Public License v2.0
1.22k stars 252 forks source link

No tools.jar found on CentOS 7/java 1.8 #79

Open vovodroid opened 8 years ago

vovodroid commented 8 years ago

Currently jvmtop assumes that TOOLSJAR="$JAVA_HOME/lib/tools.jar" while on CentOS 7.2 /Java 1.8 it's actually should be TOOLSJAR="$JAVA_HOME/../lib/tools.jar" - lib is sibling to JAVA_HOME folder.