Hi all,
I am trying to run jar file from terminal and when I type:
nothing happens - literally nothing :/
This jar is a simple terminal program, so no GUI is implemented - it's running properly on other system (fedora 11).
Here (Kubuntu 9.10) I have java properly installed:
gives:
and netbeans installed.
Don't know what's wrong...
I'd be grateful for any help!
I am trying to run jar file from terminal and when I type:
Code:
java -jar file.jar
This jar is a simple terminal program, so no GUI is implemented - it's running properly on other system (fedora 11).
Here (Kubuntu 9.10) I have java properly installed:
Code:
java -version
Code:
java version "1.6.0_0" OpenJDK Runtime Environment (IcedTea6 1.6.1) (6b16-1.6.1-3ubuntu1) OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)
Don't know what's wrong...
I'd be grateful for any help!
Comment