Sunday, 2 September 2012

Fix for Error occurred during initialization of VM java/lang/NoClassDefFoundError: java/lang/ref/FinalReference

Problem:
 Error occurred during initialization of VM java/lang/NoClassDefFoundError: java/lang/ref/FinalReference  occurs when we try to run a Java Application from an android project

Fix:
1.Select the project.
2.Open the run configuration .
3.New configuration->Classpath tab->under Bootstrap entries->find android library->remove it
4.Now, select bootstrap entries->click on Advanced->select Add library->click ok.
5.Select the JRE-> finish
6.Run the project now.



No comments:

Post a Comment

Got to say something?...Leave your comments here