Bookbinder 3.0 is a java program that I find useful about once a year.
At the moment I can launch it from the command line with java
-jar ./bookbinder3.0.jar. I created a launch menu item for it, but the
launcher fails with "unable to find program java." In other words, it
can't handle the spaces.

So I decided to create a bash script to launch it:

#!/bin/bash
/home/jjj/Software/bookbinder-3.0/java -jar ./bookbinder3.0.jar

I saved it and made it executable. But when I try to execute it
absolutely nothing happens. No error messages, nada. 

What have I done wrong? 
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to