classnotfoundexception

About this tag
The ClassNotFoundException tag on WindowsForum.com covers Java applet loading errors on Windows systems, particularly Windows 7. Discussions focus on troubleshooting this exception when browsers like Internet Explorer 8 fail to run Java applets, often due to missing class files or Java plugin configuration issues. Users share error logs showing the exception thrown by sun.plugin2.applet.Applet2ClassLoader, and seek solutions for both 32-bit and 64-bit environments. Common themes include verifying Java installations, classpath settings, and browser compatibility.
  1. O

    Windows 7 Java ClassNotFoundException on Windows 7: Issues with DocumentSelectApplet Loading

    I have Windows7 64bit with Java 6_31 client installed but when I try to open java URL, I get error: load: class Client.DocumentSelectApplet.class not found. java.lang.ClassNotFoundException: Client.DocumentSelectApplet.class at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)...
  2. A

    Windows 7 Java and IE8

    Hey guys, I've read around trying to find a reason for this issue, but so far came up with nothing - so here is my dilemma :( I have Windows 7 64-bit. I have tried both IE8 64-bit and IE8 32-bit and (even thought I have both versions of Java installed), IE will not run any applets. I see...
Back
Top