Re: question about program execution

2010-02-25 Thread Mike McCarty
Paolo Galtieri wrote: > I have a strange problem that I'm not quite sure what the issue is or how to > fix it. It doesn't seem to need fixing. [...] > Note I have setup nautilus so that when I open a jar file it runs java -jar > on that file. This works and the program does execute. However, r

question about program execution

2010-02-25 Thread Paolo Galtieri
I have a strange problem that I'm not quite sure what the issue is or how to fix it. I have a USB drive with a jar file and 2 text files on it. If I have the drive mounted as /media/USB and I do the following: cd /media/USB java -jar myfile.jar The program runs fine, and when I enter the name o