Eclipse下启动tomcat报错:/bin/bootstrap.jar which is referenced by the classpath, does not exist.
1.错误:
在Eclipse下启动tomcat的时候,报错为:Eclipse下启动tomcat报错:/bin/bootstrap.jar which is referenced by the classpath, does not exist.
2.原因:
这是因为我中途移动过tomcat的位置的缘故,而Eclipse中对于tomcat配置却没有改变。
3.解决:
打开Eclipse中tomcat配置,就是双击server选项卡中的tomcat,然后选择open launch configuration,如下图所示:
打开以后会出现如下界面:
如上图所示,我标注出了错误路径,将这个错误路径删除,并保证正确配置tools.jar和bootstrap.jar这两个jar包的路径。
作者:xwdreamer
出处:http://www.cnblogs.com/xwdreamer

本文介绍了解决Eclipse启动Tomcat时出现的错误:/bin/bootstrap.jarwhichisreferencedbytheclasspath,doesnotexist。错误原因是Tomcat位置变动导致配置不匹配。通过重新配置tomcat路径及tools.jar和bootstrap.jar的正确路径可以解决问题。
549

被折叠的 条评论
为什么被折叠?



