hi all.. i'm trying to get a .term or .command file working to execute a java jre but its being kinda dumb ( or it is me that is being kinda dumb).
i just need to call java just like this:
java -cp auspiral_v001.jar auspiral_v001 auspiral_v001
well i put that in a .term (run.term) then i put run.term in the folder where auspiral_v001.jar lives.
when i double click the the .term it errors out because it cannot find the .jar
it seems the .term or .command files runs as if it is ~/ not the directory from which it was run from (like a shell script does)
so if i copy the .jar into ~/ it works fine.
any tips or ideas?

thx