nanobot Posted January 31, 2009 CID Share Posted January 31, 2009 Hello everyone, I am having trouble. I installed Java SE JDK 1.6.0u11 and I am having trouble when I try to run ANY Java App. This is just one App that doesn't work: load: class Client.class not found. java.lang.ClassNotFoundException: Client.class at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source) at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source) at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.net.SocketException: socket closed at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(Unknown Source) at java.io.BufferedInputStream.fill(Unknown Source) at java.io.BufferedInputStream.read1(Unknown Source) at java.io.BufferedInputStream.read(Unknown Source) at sun.net.www.http.ChunkedInputStream.readAheadBlocking(Unknown Source) at sun.net.www.http.ChunkedInputStream.readAhead(Unknown Source) at sun.net.www.http.ChunkedInputStream.read(Unknown Source) at sun.net.www.MeteredStream.read(Unknown Source) at java.io.BufferedInputStream.read1(Unknown Source) at java.io.BufferedInputStream.read(Unknown Source) at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source) at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source) at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) ... 7 more Exception: java.lang.ClassNotFoundException: Client.class Any ideas? Quote Link to comment Share on other sites More sharing options...
jb2750 Posted January 31, 2009 CID Share Posted January 31, 2009 Uninstall all previous versions and the one you just installed,reboot.Then go back to java.com and get the new version again. Quote Link to comment Share on other sites More sharing options...
nanobot Posted January 31, 2009 Author CID Share Posted January 31, 2009 I did, it didn't change anything. I'm trying a few Registry Cleaners to see if they work. Quote Link to comment Share on other sites More sharing options...
nanobot Posted January 31, 2009 Author CID Share Posted January 31, 2009 A scan of my system found 1000+ Errors, but it won't fix them for free. Does anyone know of a free program to fix my registry? Quote Link to comment Share on other sites More sharing options...
nanobot Posted January 31, 2009 Author CID Share Posted January 31, 2009 Here's a new one. Same app. java.lang.ClassFormatError: Incompatible magic value 1008813135 in class file Client at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source) at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source) at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Exception: java.lang.ClassFormatError: Incompatible magic value 1008813135 in class file Client Quote Link to comment Share on other sites More sharing options...
mudmanc4 Posted January 31, 2009 CID Share Posted January 31, 2009 Myself , having little experience w/ java issues, my only suggestion would be to re install your browsers, first firefox, then IE. I'm guessing there was an installation problem. Quote Link to comment Share on other sites More sharing options...
nanobot Posted February 1, 2009 Author CID Share Posted February 1, 2009 Myself , having little experience w/ java issues, my only suggestion would be to re install your browsers, first firefox, then IE. I'm guessing there was an installation problem. Ok Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.