Eclipse error: NoClassDefFoundError: java/lang/ref/FinalReference

前端 未结 5 1652
庸人自扰
庸人自扰 2020-12-10 05:08

I\'ve installed Eclipse for android and that works okay. When I try to start a java-file I got the following error: Error occurred during initialization of VM java/lang/NoCl

5条回答
  •  無奈伤痛
    2020-12-10 05:57

    If you tried running a specific java class, then every time you click the run button it will default to whatever you tried to run last.

    Click the drop down beside the run button and choose specifically what you want to run.

提交回复
热议问题