could not find the main class .program will exit的解决方案

  把eclipse的project导入到Myeclipse后,运行.java文件问之后,弹出个窗口,JVM Launcher erro !could not find the main class .program will exit! 出现这种问题的一般是两种情况所致。

 

第一种就是可能更改了Compiler的版本,办法windows->preferences->java->Complier,把它设置为5.0,就好了。

 

第二种情况就是在project的存储位置的文件放错了(尤其是project的导入导出时),你要手动地去删除或是增加一些文件,比如.project或是.classpath

 

 

你可能感兴趣的:(eclipse,jvm,MyEclipse,存储,Class,compiler)