having problemas in running applets

I ve make a JTree in applet. this applet runs fine with applet viewer but gives "Applet Class not found " message when run in browser ie or netscape.
[163 byte] By [alwan87] at [2007-9-26 2:14:16]
# 1

Because you're using swing (which is not supported by the browsers' default VM), you'll need to use the plugin JRE.

To convert your html page, enabling it to use the plugin you'll need the html converter, which you can download from http://java.sun.com/products/plugin/1.3/converter.html

leukbr at 2007-6-29 9:09:56 > top of Java-index,Core,Core APIs...