1.启动的时候说找不到jar包,那么说明tomcat的配置里面配置了这个jar包,但是没找到。双击tomcat,如下图所示:

000208  The archive: E:/jdk1.7.0_79/lib/tools.jar which is referenced by the classpath, does not exist._重装系统

2.打开配置界面中的“Open launch configuration”:

000208  The archive: E:/jdk1.7.0_79/lib/tools.jar which is referenced by the classpath, does not exist._jar_02

3.打开配置中的classpath选项卡,我们看到了这个jar配置的地方:

000208  The archive: E:/jdk1.7.0_79/lib/tools.jar which is referenced by the classpath, does not exist._tomcat_03

4.我们看一下这个jar包的路径是否正确:

发现果然没有这个目录,这可能是我重装系统后造成的,那么接下来就修改这个路径了,找到jdk的路径。

具体方法:选中现有的tools.jar,右边选择remove,然后,点击 Add External JARs ,去寻找你的java jdk lib 目录下,双击tools.jar,然后确定

000208  The archive: E:/jdk1.7.0_79/lib/tools.jar which is referenced by the classpath, does not exist._java_04

两个路径是不是不一样,哈哈,问题解决。