How to reproduce:
1. make symbolic link (ln -s) of jvmtop.sh
2. run jvmtop using that link
Output:
Error: Could not find or load main class com.jvmtop.JvmTop
Environment:
any linux
Reason:
DIR variable definition doesn't count with links, better would be for example
DIR=$(dirname `readlink -f $0`)
Original issue reported on code.google.com by i...@kruz.cz on 26 Jun 2014 at 9:02
Original issue reported on code.google.com by
i...@kruz.cz
on 26 Jun 2014 at 9:02