eclipse could not find the main class

场景:Eclipse web项目运行mainclass出现could not find the main class异常

Eclipse web项目运行main的class出现could not find the main class错误

出现这个错误一般是jdk问题,web项目建立时默认使用eclipse配置好的jdk,而运行在tomcat本身又配置一个Jdk,如果这两个jdk不一致的话,就会暴这个错误。解决办法是:将eclipse与tomcat跑的服务器使用的jdk一致即可。

也可以点击这个项目,点击Preferences->Run/Debug Setting->edit->jre,修改即可。实际上是同一个道理。