I am trying to run a Java Applet on my ascx page and am getting an IO
exception when IE6 tries to load the applet. It seems a lot of others are
getting the same problem but a search of the web did not turn up any sort of
solution. I have tried most of the suggestions but none of them seem to have
helped with the problem.
My error is below and the most significant part of it is the HTTP connection
failure.
load: class apXPDropDown.cl ass not found.
java.lang.Class NotFoundExcepti on: apXPDropDown.cl ass
at sun.applet.Appl etClassLoader.f indClass(Unknow n Source)
at java.lang.Class Loader.loadClas s(Unknown Source)
at sun.applet.Appl etClassLoader.l oadClass(Unknow n Source)
at java.lang.Class Loader.loadClas s(Unknown Source)
at sun.applet.Appl etClassLoader.l oadCode(Unknown Source)
at sun.applet.Appl etPanel.createA pplet(Unknown Source)
at sun.plugin.Appl etViewer.create Applet(Unknown Source)
at sun.applet.Appl etPanel.runLoad er(Unknown Source)
at sun.applet.Appl etPanel.run(Unk nown Source)
at java.lang.Threa d.run(Unknown Source)
Caused by: java.io.IOExcep tion: open HTTP connection failed.
at sun.applet.Appl etClassLoader.g etBytes(Unknown Source)
at sun.applet.Appl etClassLoader.a ccess$100(Unkno wn Source)
at sun.applet.Appl etClassLoader$1 .run(Unknown Source)
at java.security.A ccessController .doPrivileged(N ative Method)
... 10 more
exception when IE6 tries to load the applet. It seems a lot of others are
getting the same problem but a search of the web did not turn up any sort of
solution. I have tried most of the suggestions but none of them seem to have
helped with the problem.
My error is below and the most significant part of it is the HTTP connection
failure.
load: class apXPDropDown.cl ass not found.
java.lang.Class NotFoundExcepti on: apXPDropDown.cl ass
at sun.applet.Appl etClassLoader.f indClass(Unknow n Source)
at java.lang.Class Loader.loadClas s(Unknown Source)
at sun.applet.Appl etClassLoader.l oadClass(Unknow n Source)
at java.lang.Class Loader.loadClas s(Unknown Source)
at sun.applet.Appl etClassLoader.l oadCode(Unknown Source)
at sun.applet.Appl etPanel.createA pplet(Unknown Source)
at sun.plugin.Appl etViewer.create Applet(Unknown Source)
at sun.applet.Appl etPanel.runLoad er(Unknown Source)
at sun.applet.Appl etPanel.run(Unk nown Source)
at java.lang.Threa d.run(Unknown Source)
Caused by: java.io.IOExcep tion: open HTTP connection failed.
at sun.applet.Appl etClassLoader.g etBytes(Unknown Source)
at sun.applet.Appl etClassLoader.a ccess$100(Unkno wn Source)
at sun.applet.Appl etClassLoader$1 .run(Unknown Source)
at java.security.A ccessController .doPrivileged(N ative Method)
... 10 more
Comment