Results 1 to 2 of 2
- 09-04-2011, 01:50 PM #1
Member
- Join Date
- Sep 2011
- Posts
- 1
- Rep Power
- 0
I'm getting this java error, how do I solve it?
When I'm trying to run a java application.Java Plug-in 1.6.0_27
Using JRE version 1.6.0_27-b07 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\Eigenaar
----------------------------------------------------
c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
l: dump classloader list
m: print memory usage
o: trigger logging
q: hide console
r: reload policy configuration
s: dump system and deployment properties
t: dump thread list
v: dump thread stack
x: clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------
load: class Loader.class not found.
java.lang.ClassNotFoundException: Loader.class
at sun.plugin2.applet.Applet2ClassLoader.findClass(Un known Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(U nknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Un known Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Un known Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unk nown Source)
at sun.plugin2.applet.Plugin2Manager.createApplet(Unk nown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionR unnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Exception: java.lang.ClassNotFoundException: Loader.class
- 09-04-2011, 02:28 PM #2
Re: I'm getting this java error, how do I solve it?
That looks like the contents of a browser's java console.java.lang.ClassNotFoundException: Loader.class
How does a browser get involved when you are trying to run a java application?
How are you executing the program? Please show the command line contents.
If it is an applet, please post the HTML you are using.
The message says that the JVM can not find the class named: class in the package Loader.
If the class name is Loader and not Loader.class, try removing the .class so that you are using the class name and not the filename.
Similar Threads
-
how to solve this ERROR --java.lang.OutOfMemoryError: Java heap space
By krunalpatel1410 in forum New To JavaReplies: 5Last Post: 08-13-2010, 10:04 AM -
plz solve this error
By silversurfer2in in forum AWT / SwingReplies: 14Last Post: 06-15-2010, 03:30 PM -
Please solve my error occured java.lang.NullPointerException
By Viruthagiri in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 03-24-2010, 12:08 PM -
Please solve my java.lang.NullPointerException error.?
By Viruthagiri in forum JavaServer Pages (JSP) and JSTLReplies: 0Last Post: 03-23-2010, 09:30 PM -
Help mi solve my error
By Deon in forum New To JavaReplies: 3Last Post: 01-11-2008, 05:26 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks