Sunday, April 25, 2010

[Java] NoClassDefFoundError exception

 

Hello friends,
i installed jdk1.6.5_05 and jre1.6.5_05 in my system and just to check
whether the installation is ok or not i wrote a simple "Hello World". When i
compile it using javac , it shows no error but when i run the program i get
the following error.

D:\projects\Java_Projects>*javac first.java*

D:\projects\Java_Projects>*java first*
*Exception in thread "main" java.lang.NoClassDefFoundError: first
Caused by: java.lang.ClassNotFoundException: first
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)

*D:\projects\Java_Projects>

please provide solution for this..
--
Regards,
Krunal Bhatt

[Non-text portions of this message have been removed]

__._,_.___
Recent Activity:
Visit http://aiaiai.com or http://jgame.org for more groups to join.
Java Official Group is created for the following topics: Java 2 Enterprise Edition - J2EE, Java 2 Standard Edition - J2SE, Java 2 Micro Edition - J2ME, XML, XSL, XSD, XPATH, Web Services, Jini, JXTA for all type of Java Geeks.
Whoever posts spam / ads / job related message will be BANNED IMMEDIATELY
.

__,_._,___

No comments:

Post a Comment