Closed GoogleCodeExporter closed 9 years ago
So you've download the zip file which can't assume where the program is
installed, that's why the jar file path is relative. deb and rpm files use an
absolute path.
The zip file is available for people that are not using a deb or rpm based
distro like LinuxInstalation wiki page says and you should make adjustments for
your particular machine like you did.
Original comment by lehph...@gmail.com
on 29 Oct 2010 at 11:05
Actually, let me suggest that you make the shell file use something like:
THISDIR=`dirname "$0"`
java <lots of params> $THISDIR/android-notifier-desktop.jar
Original comment by rdamazio@gmail.com
on 29 Oct 2010 at 11:10
Good idea, thanks.
Original comment by lehph...@gmail.com
on 29 Oct 2010 at 11:51
Original issue reported on code.google.com by
carlos.t...@gmail.com
on 29 Oct 2010 at 8:43