Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jvmtop.sh cannot be linked #53

Closed
GoogleCodeExporter opened this issue Mar 17, 2015 · 1 comment
Closed

jvmtop.sh cannot be linked #53

GoogleCodeExporter opened this issue Mar 17, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

Duplicate of issue #41

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

  • Changed state: Duplicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant