关于eclipse运行报错
console报出如下错误Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/ref/FinalReference --------------------编程问答-------------------- Android?
Find Running configurations -> java application
In the new configuration's Classpath tab, find "Android Library" under Bootstrap Entries and remove it.
Still in the Classpath tab, select Bootstrap Entries and click the Advanced button.
Choose Add Library and click OK.
Select JRE System Library and click Next.
Select Workspace Default JRE and click Finish.
Based on http://www.frickingnutz.com/files/android_pdf/FAQs.pdf
补充:Java , Eclipse