Re: IS this possible???????
Posted By:
Anonymous
Posted On:
Thursday, June 27, 2002 06:47 AM
As far as I know: no.
An Applet needs - like any other java program - a virtual machine. Browsers don´t have any VM - exactly that´s why the plugin exists.
If your Applet is based on Swing, a newer PlugIn should be used or the swing classes should be part of the applet´s jar-file, because older plugins only supports AWT.