Linux calls jmap Error reported permission denied
Solution:
Set permissions for Java installation directory, Java bin directory and jmap command respectively
chmod 777 jdk1.7.0_79
chmod 777 bin
chmod 777 jmap
Linux calls jmap Error reported permission denied
Solution:
Set permissions for Java installation directory, Java bin directory and jmap command respectively
chmod 777 jdk1.7.0_79
chmod 777 bin
chmod 777 jmap