mss / jvmtop

Automatically exported from code.google.com/p/jvmtop
0 stars 0 forks source link

Resolve symlinks to shell wrapper location #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The first line of code in the shell wrapper should read:

DIR="$(cd "$(dirname "$(readlink -f "$0")")" && pwd)"

to support symlinking to that script. Else jvmtop won't find its JAR.

Original issue reported on code.google.com by jh.web...@gmail.com on 4 Nov 2013 at 2:53

GoogleCodeExporter commented 9 years ago
Thanks!

Original comment by patric.r...@gmail.com on 5 Dec 2013 at 11:22

GoogleCodeExporter commented 9 years ago
Issue 53 has been merged into this issue.

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