rronglin 发表于 2015-8-7 10:39:45

Eclipse下启动tomcat报错:/bin/bootstrap.jar which is referenced by the classpath, does

  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包的路径。
  
页: [1]
查看完整版本: Eclipse下启动tomcat报错:/bin/bootstrap.jar which is referenced by the classpath, does