On 7/4/05, Senthil Kumaran stylesen@gmail.com wrote:
I would like to know how to run Java Applets in GNU/Linux (not by creating a html file to run that applet). Is there any package available for that (something similar to appletviewer)
To run *.jar files, type: "java -jar filename.jar" This page may also help: http://www.fr.linuxfromscratch.org/view/blfs-1.0/general/j2sdk.html