hi,
Basically, my applet program creates instances of some other panels(each of them are individual classes) to use them as different pages in it.
And, now, i'm using IE6.0 with java plug-in for sun's jre support. when i run my applet program with sun's jre or appletviewer, it runs properly not even with single exception. but the same applet when i disable sun's jre option in IE's Tools >Internet Options >Advanced, and enabling all options under Microsoft VM, it throws an exception as below:
Microsoft (R) VM for Java, 5.0 Release 5.0.0.3810
==============================================
java.lang.NoSuchMethodError: java/awt/GridBagConstraints: method <init>(IIIIDDIILjava/awt/Insets;II)V not found
at MainStreamPanel.jbInit
at MainStreamPanel.<init>
at BaseApplet.init
at com/ms/applet/AppletPanel.securedCall0
at com/ms/applet/AppletPanel.securedCall
at com/ms/applet/AppletPanel.processSentEvent
at com/ms/applet/AppletPanel.processSentEvent
at com/ms/applet/AppletPanel.run
at java/lang/Thread.run
So, just to clear this exception, i removed the gridlayout being used and then i execute with MS VM alone, it throws a new exception at LinkedList in some other file.
hope i'm clear with the explanation. culd anyone put their efforts in resolving it. thanks.
Akshay.