Comment 3 for bug 1000396

Revision history for this message
Aditya V (kroq-gar78) wrote :

There are two problems here:

1. The symlink isn't going to the right level.

$ readlink /usr/share/activemq/bin/run.jar
../../java/activemq-run.jar

It should be 3 levels above (3x '../'). In my opinion, it should have an absolute path anyway.

2. 'activemq-run.jar' isn't in any packages

$ apt-file search activemq-run.jar

No output. Where is this usually?