could not find the main class:org.apache.catalina.startup.Bootstrap.Program will exit.的解决方案

could not find the main class:org.apache.catalina.startup.Bootstrap.Program will exit.的解决方案_第1张图片
把项目导入到另一个电脑上后,跑不起来。
查了好多地方一直不知道出错出在哪。
从网上查阅到的几个原因和方法:
JMV的环境版本过低,就是试图用一个较低版本的JVM去运行一个较高版本的class文件。

tomcat/bin下面缺少一个bootstrap.jar文件

没有配置JRE路径:C:\Users\mech\AppData\Local\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre
(这是我配置的jre路径)
备注:电脑好像自动把一些文件隐藏了导致我找了好久才找到这个文件。(记得要勾上隐藏的项目那个选项)could not find the main class:org.apache.catalina.startup.Bootstrap.Program will exit.的解决方案_第2张图片
我是添加了jre路径后可以连接上的,把上面的操作都做完之后还是不行的话,重启下电脑,在跑下试试。(本人小白一枚,如有问题可以指正)

你可能感兴趣的:(could not find the main class:org.apache.catalina.startup.Bootstrap.Program will exit.的解决方案)