Eclipse下启动tomcat报错:/bin/bootstrap.jar which is referenced by the classpath, does not exist.
1.错误:
在Eclipse下启动tomcat的时候,报错为:Eclipse下启动tomcat报错:The archive: C:/Program Files(x86)/Java/jdk1.7.0_10/lib/tools.jar which is referenced by the classpath, doesnot exist.
2.原因:
这是因为我中途移动过tomcat的位置的缘故,而Eclipse中对于tomcat配置却没有改变。
3.解决:
打开Eclipse中tomcat配置,就是双击server选项卡中的tomcat,然后选择openlaunch configuration,我标注出了错误路径,将这个错误路径删除,并保证正确配置tools.jar和bootstrap.jar这两个jar包的路径。