Indira, The Java Plugin is a special way to run Applets. It tells your browser to use a specified program (the Sun JVM, I believe) to run downloaded Java Applet class files instead of using the JVM embedded in your browser. This is good because there is then a standard JVM implementation running your applet and the crappy browser VM won't throw errors you don't expect, and your Applet can use new things (like Swing) that the old browser VMs don't support. You have to use HTMLConverter to run your applet through the Java Plugin because plugins use the Object tag to run your Applet... if you used the normal Applet tag the browser would use it's own built in JVM... HTH, -Nate [This message has been edited by Nathan Pruett (edited February 15, 2001).]
-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
Madhav Lakkapragada
Ranch Hand
Joined: Jun 03, 2000
Posts: 5040
posted
0
closing this thread here and moving it to the Applets forum. regds. - satya