Exception in threads "main" java.langNoClassDefFoundError: com/tanksoftware
hi
i am using eclipse 3.2.i have created an application.in my application i have used 3 jar files which i download frm the net,my application is working perfactly through eclipse.when i made a jar file of that,it is showing me an error which is Exception in threads "main" java.langNoClassDefFoundError: com/tanksoftware/gallmage/GallMage2.while creating the jar file i have mentioned the correct main class..i am struggling wiht this problem for one week.please help me to solve this problem.please help me to solve this problem...
> is this error comes because my path is not correct
No your operating system's PATH is correct - otherwise you wouldn't be able to
run the java executable and get the error message.
Check your manifest to see what main class is being run. Check your jar file
to see that the main class exists at the correct location.
hi
i have extracted the jar file which i have created through eclipse in that i have the folder called as META-INF in that manifest.mf is Manifest-Version: 1.0
Main-Class: com.tanksoftware.gallmage.GallMage2.
when i run this jar file through dos-promt it is giving me the Exception in threads "main" java.langNoClassDefFoundError: com/tanksoftware..please help