I am getting the following error with a Java Applet being served out
by IIS over HTTPS/SSL using a Verisign certificate:
java.lang.NoCla ssDefFoundError : javax/help/HelpSetExceptio n
at java.lang.Class .getDeclaredCon structors0(Nati ve Method)
at java.lang.Class .privateGetDecl aredConstructor s(Class.java:15 90)
at java.lang.Class .getConstructor 0(Class.java:17 62)
at java.lang.Class .newInstance0(C lass.java:276)
at java.lang.Class .newInstance(Cl ass.java:259)
at sun.applet.Appl etPanel.createA pplet(AppletPan el.java:567)
at sun.plugin.Appl etViewer.create Applet(Unknown Source)
at sun.applet.Appl etPanel.runLoad er(AppletPanel. java:496)
at sun.applet.Appl etPanel.run(App letPanel.java:2 93)
at java.lang.Threa d.run(Thread.ja va:536)
Note that "javax/help/HelpSetExceptio n" is separated by slashes and
not dots.
The applet was built using Java SDK 1.4.1_03, and uses javax.help v2.
To confuse the issue; if I turn off HTTPS/SSL on the server (convert
the web site back to straight HTTP), using the exact same applet JARs,
the applet works fine, including the javax.help.
Based on debug (from testing under just HTTP), this exception is
occurring before the constructor for the main applet class fires.
Thanks in advance for any clues or help!
by IIS over HTTPS/SSL using a Verisign certificate:
java.lang.NoCla ssDefFoundError : javax/help/HelpSetExceptio n
at java.lang.Class .getDeclaredCon structors0(Nati ve Method)
at java.lang.Class .privateGetDecl aredConstructor s(Class.java:15 90)
at java.lang.Class .getConstructor 0(Class.java:17 62)
at java.lang.Class .newInstance0(C lass.java:276)
at java.lang.Class .newInstance(Cl ass.java:259)
at sun.applet.Appl etPanel.createA pplet(AppletPan el.java:567)
at sun.plugin.Appl etViewer.create Applet(Unknown Source)
at sun.applet.Appl etPanel.runLoad er(AppletPanel. java:496)
at sun.applet.Appl etPanel.run(App letPanel.java:2 93)
at java.lang.Threa d.run(Thread.ja va:536)
Note that "javax/help/HelpSetExceptio n" is separated by slashes and
not dots.
The applet was built using Java SDK 1.4.1_03, and uses javax.help v2.
To confuse the issue; if I turn off HTTPS/SSL on the server (convert
the web site back to straight HTTP), using the exact same applet JARs,
the applet works fine, including the javax.help.
Based on debug (from testing under just HTTP), this exception is
occurring before the constructor for the main applet class fires.
Thanks in advance for any clues or help!