Our application is based on Applet. We are moving our project from JRE1.6 to JRE1.7 .13. On JRE1.6 we are able to compile and access the application. But after executing the application on JRE1.7.13 I am getting
java.lang.NullP ointerException
CNavBarDocument .<init>(CNavBar Document.java:4 0)
at sun.reflect.Nat iveConstructorA ccessorImpl.new Instance0(Nativ e Method)
at sun.reflect.Nat iveConstructorA ccessorImpl.new Instance(Unknow n Source)
at sun.reflect.Del egatingConstruc torAccessorImpl .newInstance(Un known Source)
at java.lang.refle ct.Constructor. newInstance(Unk nown Source)
at java.lang.Class .newInstance0(U nknown Source)
at java.lang.Class .newInstance(Un known Source)
at dpl.gui.TMSCont rol.init(TMSCon trol.java:206)
at com.sun.deploy. uitoolkit.impl. awt.AWTAppletAd apter.init(Unkn own Source)
at sun.plugin2.app let.Plugin2Mana ger$AppletExecu tionRunnable.ru n(Unknown Source)
at java.lang.Threa d.run(Unknown Source)
and at the same time Multiple java console get open and IE8 Browser get blocked.
Even i am unable to do the Debugging the Applet.
java.lang.NullP ointerException
CNavBarDocument .<init>(CNavBar Document.java:4 0)
at sun.reflect.Nat iveConstructorA ccessorImpl.new Instance0(Nativ e Method)
at sun.reflect.Nat iveConstructorA ccessorImpl.new Instance(Unknow n Source)
at sun.reflect.Del egatingConstruc torAccessorImpl .newInstance(Un known Source)
at java.lang.refle ct.Constructor. newInstance(Unk nown Source)
at java.lang.Class .newInstance0(U nknown Source)
at java.lang.Class .newInstance(Un known Source)
at dpl.gui.TMSCont rol.init(TMSCon trol.java:206)
at com.sun.deploy. uitoolkit.impl. awt.AWTAppletAd apter.init(Unkn own Source)
at sun.plugin2.app let.Plugin2Mana ger$AppletExecu tionRunnable.ru n(Unknown Source)
at java.lang.Threa d.run(Unknown Source)
and at the same time Multiple java console get open and IE8 Browser get blocked.
Even i am unable to do the Debugging the Applet.
Comment