java.lang.ClassNotFoundException

i ALL,

Its works fine with netscape but with mozilla 1.4

I'm getting

java.lang.ClassNotFoundException : test.class

at sun.applet.AppletClassLoader.findClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

at sun.applet.AppletClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

at sun.applet.AppletClassLoader.loadCode(Unknown Source)

at sun.applet.AppletPanel.createApplet(Unknown Source)

at sun.plugin.AppletViewer.createApplet(Unknown Source)

at sun.applet.AppletPanel.runLoader(Unknown Source)

at sun.applet.AppletPanel.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

Caused by: java.io.IOException: open HTTP connection failed.

at sun.applet.AppletClassLoader.getBytes(Unknown Source)

at sun.applet.AppletClassLoader.access$100(Unknown Source)

at sun.applet.AppletClassLoader$1.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

... 10 more

java.lang.NullPointerException

at sun.plugin.util.GrayBoxPanel.paint(Unknown Source)

at sun.plugin.util.GrayBoxPanel.setImage(Unknown Source)

at sun.plugin.util.GrayBoxPanel.setError(Unknown Source)

at sun.plugin.util.GrayBoxPainter.getGrayBoxPanel(Unknown Source)

at sun.plugin.util.GrayBoxPainter.paintGrayBox(Unknown Source)

at sun.plugin.util.GrayBoxPainter.repaintGrayBox(Unknown Source)

at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)

at sun.plugin.AppletViewer.showAppletStatus(Unknown Source)

at sun.applet.AppletPanel.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

My code is deployed in

Webserver : iws4.1

code of html from which I'm calling this

<HTML>

<BODY>

<applet codebase="/Jar/Classes" code=test.class width=500 height=400>

<param name="url" value="https://<hostname>:444">

<param name="override" value="Y">

<param name="sxid" value="NULL">

<param name="switch" value="T">

</applet>

Pls do help

[2203 byte] By [write2jamesbonda] at [2007-10-3 1:51:44]
# 1
hiI also have the same problem. I ran my applets in our website with IE and it worked well. However, once i used Mozilla to run our applets. It crashed and has shown the same error message as yours. Can you share your solution for this ?Thanks Ken
camel207a at 2007-7-14 18:50:11 > top of Java-index,Java HotSpot Virtual Machine,Specifications...