bizshop
|
2008-12-07
, 17:25
|
|
Posts: 98 |
Thanked: 8 times |
Joined on Apr 2007
@ Port Angeles, WA
|
#391
|
|
2008-12-07
, 18:10
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#392
|
apt-get install easy-deb-chroot
|
2008-12-08
, 06:05
|
|
Posts: 98 |
Thanked: 8 times |
Joined on Apr 2007
@ Port Angeles, WA
|
#393
|
|
2008-12-09
, 09:31
|
Posts: 37 |
Thanked: 0 times |
Joined on Feb 2008
|
#394
|
|
2008-12-09
, 15:13
|
Posts: 4 |
Thanked: 1 time |
Joined on Dec 2008
|
#395
|
|
2008-12-09
, 17:41
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#396
|
Hi, I installed the debian turbo but can't start jar:s from command line using java -jar myapplet.jar.
debbie java -jar /full/path/to/myapplet.jar
I tried to run applet on Iceweasel but it didn't start, only a grey square where the applet were supposed to be.
The Following User Says Thank You to qole For This Useful Post: | ||
|
2008-12-09
, 18:01
|
Posts: 4 |
Thanked: 1 time |
Joined on Dec 2008
|
#397
|
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
java: command not found
|
2008-12-09
, 18:31
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#398
|
update-java-alternatives -s java-6-openjdk
The Following User Says Thank You to qole For This Useful Post: | ||
|
2008-12-09
, 19:00
|
Posts: 37 |
Thanked: 0 times |
Joined on Feb 2008
|
#400
|
jarl:
This post suggests that you might need to run this command from the Debian chroot:
Code:update-java-alternatives -s java-6-openjdk