running a jar in linux
807598Feb 24 2006 — edited Feb 24 2006Hi group --
I'm trying to test a downloaded jar file. Works fine on my XP box. I also want to test the jar on my linux (redhat 9) box. I installed the jre (jre1.5.0_06), but maybe that's not enough? If I double-click (from Konqueror), I just get a list of what's in the jar. If I try to run from command line (java -jar filename.jar), I see -bash: java command not found. I added /usr/java to my $PATH... still no go. Do I need the whole JDK to run a jar?
Thanks in advance!
C Hawkins