 nickelman
join:2002-10-14 Norfolk, VA clubs:
| Tweak Test will not run... Java Errors
When I go to the Tweak Test the Java Applet will not load under any circumstances. I have tried every FAQ and help sections I can find but nothing works. I have installed and reinstalled Java many times even installing the new version 1.5 and it still doesn't work. These are the only messages I can find showing errors. Any clue?? Thanks
load: class tweak5.class not found. java.lang.ClassNotFoundException: tweak5.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 |
|
 nickelman
join:2002-10-14 Norfolk, VA clubs: | I even uninstalled Sun's Java 1.5 and I still get the message that "class tweak5.class not found"???? |
|
  GILXA1226 Premium,MVM join:2000-12-29 London, OH clubs:
| reply to nickelman That is a server side problem. The Java Virtual Machine is trying to find that class on the server, but it can't. Not much you can do to fix that, other than fire off an e-mail to the webmaster of the server asking them to check the class paths, and to make sure the class is there. -- 10010 Wheels on a Bigrig |
|
 smohanty
join:2004-12-07 Springfield, VA | reply to nickelman One possibility is that the class file was sent as ASCII and not binary to the server. Try sending it as binary file to the server. Hope this helps. |
|