Am using gcj for compiling my Java code and gij for interpreting the class files.
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)
Am using Debian sarge testing. Is there any package available in that...
--sen-- Be a man of Deeds Don't be a man of Needs... Blog: http://stylesen.blogspot.com
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
On Monday 04 Jul 2005 2:08 pm, Senthil Kumaran wrote:
Am using gcj for compiling my Java code and gij for interpreting the class files.
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)
Am using Debian sarge testing. Is there any package available in that...
are you going to give a prize to the mailing list that gives you the best answer?
On Mon, July 4, 2005 10:38 am, Senthil Kumaran said:
Am using gcj for compiling my Java code and gij for interpreting the class files.
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)
Am using Debian sarge testing. Is there any package available in that...
Kaffe does have an appletviewer bundled with it.
Anurag