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?

[471 byte] By [scherugaa] at [2007-11-27 10:30:52]
# 1

I found the solution.

I called the JSObject.getWindow(myApplet);

method with a null parameter.

This happened, because I has to work with code from an external company.

I would have been I big help I have got a message telling me that a null parameter has been given.

scherugaa at 2007-7-28 18:05:34 > top of Java-index,Desktop,Core GUI APIs...