JSException without a message
Within my applet I get the following exception when I call
JSObject win = JSObject.getWindow(myApplet);
Exception in thread "AWT-EventQueue-2" netscape.javascript.JSException
at netscape.javascript.JSObject.getWindow(Unknown Source)
Since there is no message within the exception, I do not know the reason.
Does anybody know where I can find the source for the plugin.jar File?
Any idea what I could do to get more information?

