allwmh / jvmtop

Automatically exported from code.google.com/p/jvmtop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jvmtop.sh cannot be linked

GoogleCodeExporter opened this issue · comments

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 vladi...@kruz.cz on 26 Jun 2014 at 9:02

  • Merged into: #41
Duplicate of issue #41

Original comment by patric.r...@gmail.com on 18 Aug 2014 at 3:34

  • Changed state: Duplicate