-
HELP!!! load: class vscroller.class not found.
Hello!
This is my first time in this forum and i hope anyone can help me.
When i open some http pages java doesn't works and i'm able to see the following message at java console:
load: class vscroller.class not found.
java.lang.ClassNotFoundException: vscroller.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
Exception in thread "Thread-4" java.lang.NullPointerException
at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
at sun.plugin.AppletViewer.showAppletException(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
java.lang.NullPointerException
at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
at sun.plugin.AppletViewer.showAppletStatus(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Exception in thread "thread applet-vscroller.class" java.lang.NullPointerException
at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
at sun.plugin.AppletViewer.showAppletException(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Please can anyone tell me what's wrong and how can i solve the problem. I think it's important to say that i already tried to install java sun a few times...but the problems seems to be the same.
Thanks a lot for your help.
André João
-
I don't know about the vscroller class. You will have to look in the jar files that were used when the program was compiled and find that class. You can use the WinZip program to look at jar file contents.
When you find the jar file with that class, you will have to add it to the classpath for the applet. That's done by using the archive= attribute of the <APPLET tag.
If vscroller.class is not in a jar, then you could add that class file to the same directory on the server where the applet's class is.
Similar Threads
-
By Ian Diaz in forum .NET
Replies: 1
Last Post: 08-31-2002, 11:50 AM
-
By Wai-Yin Chee in forum .NET
Replies: 8
Last Post: 09-27-2001, 05:04 PM
-
By Patrick Ireland in forum .NET
Replies: 3
Last Post: 04-26-2001, 02:50 AM
-
Replies: 0
Last Post: 10-23-2000, 05:49 PM
-
By rohan suvarna in forum Java
Replies: 0
Last Post: 05-02-2000, 02:05 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks