Posted By:
Satish_Gauns
Posted On:
Wednesday, October 11, 2006 09:41 AM
My application is using the the classes from some jar file.
I have made my application as jar and when I run my jar file I am getting the error "java.lang.NoClassDefFoundError:".
These clsees are present is the jar file which my application is using.
Note : There are two jar file
1)jar file of my application
2)jar file which my application is using.The classes from this jar files are imported into my application.