Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java does not work in IE 6

843798Jul 24 2002 — edited Dec 1 2003
I have just installed the new Java Plug-in in IE 6, Win XP and it does not seem to work. The ICQ2GO home page, for example does work in linux, but in Windows I am having the following error:

java.io.IOException: Server returned HTTP response code: 403 for URL: http://login.webbie.icq.com/iw2/cy2.jar
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
...
at java.lang.Thread.run(Unknown Source)

load: class Start not found.
java.lang.ClassNotFoundException: Start
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at sun.plugin.security.PluginClassLoader.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)
... 11 more
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 29 2003
Added on Jul 24 2002
1 comment
143 views