以前工作的Ecplise现在给我错误
Java Virtual Machine Launcher
Could not find main class: testing2. Program will exist.
testing2是我的类,并且存在源文件,但Ecplise似乎没有构建.class文件。 也许我打错了热键并且意外地改变了一些设置?
答案 0 :(得分:1)
应检查以下菜单项:Project > Build Automatically
答案 1 :(得分:1)
正如Bozho所说,应该检查自动构建,在每次保存源文件时构建项目。
如果未选中,则必须通过右键单击并选择Build Project来手动构建项目。