View Single Post
Posts: 4 | Thanked: 1 time | Joined on Dec 2008
#397
Originally Posted by qole View Post
Make sure your .jar file is either on an SD card or somewhere in your home directory (so it can be "seen" by Easy Debian), and then, from a X Terminal prompt, type:

Code:
debbie java -jar /full/path/to/myapplet.jar
I tried that earlier and also at Debian chroot (without debbie there) but the result is:
Code:
java: command not found
Synaptic did have lots of java packages installed after installing the easy debian but do I need something more in order to have java-command. I only have javaws.

Thanks.