简体   繁体   English

Eclipse类没有突然发现

[英]Eclipse class not found suddenly

Eclipse suddenly won't run any code anymore. Eclipse突然不再运行任何代码了。 Here is the error message for anything I try to run: 以下是我尝试运行的任何内容的错误消息:

Error: Could not find or load main class sa0

Caused by: java.lang.ClassNotFoundException: sa0

It says that the class doesn't exist, when it does. 它说这个类不存在,当它发生时。 Did I delete something by accident? 我偶然删除了什么吗? How do I fix this? 我该如何解决?

You might want to check your project's build path or carefully read the stack trace of the error. 您可能想要检查项目的构建路径或仔细阅读错误的堆栈跟踪。 Also worth checking on your project's libraries if you are using one. 如果你正在使用它,还值得检查你的项目的库。 ClassNotFoundException has also been an issue on some versions of eclipse and googling that might help. ClassNotFoundException也是一些可能有用的eclipse和google搜索版本的问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM