View Single Post
Posts: 1,341 | Thanked: 708 times | Joined on Feb 2010
#9
Well, as with PCs, it needs also plugin to the browser. icedtea6 package currently only has Java environment without the browser plugin. You could try to run appletviewer directly on CLI and giving URI of that Java-applet to it. I doubt it would work though.
Example:
Code:
/usr/bin/appletviewer http://www.cyberconf.org/~cynbe/java/classes/hello/hello.html
(will start several applets in their own web-windows)

Last edited by zimon; 2010-08-26 at 18:18.