Tomcat配置: The archive: /bin/bootstrap.jar which is referenced by the classpath, does not exist.

AI权益加码!Claude Code、Cursor等20+工具免费用! 购周边限时加赠Coding Plan Lite,畅享主流AI工具!学习进阶更高效! 阅读详情
  显然是路径问题,但问题出在哪儿,如何解决呢?
  这里是server的配置出了问题,双击eclipse中右下角面板中的servers-tomcat图标,打开Server Overview,点击open launch configuration 在此修改启动server时的相关设置。翻到classpath选项卡,在User Entryz中正确设置bootstrap.jar和tools.jar的目录即可。

  回想起来,我出现这个问题的原因在于:我曾在c盘和d盘都安装过tomcat,每一次安装tomcat系统便在User Entry中增加一个bootstrap.jar的路径。后来我把d盘的tomcat删掉了,然而在eclipse中启动tomcat时,系统每次都要查找并使用bootstrap.jar,他查不到d盘下的这个文件,于是报错,启动失败。
The archive: D:/apache-tomcat-9.0.8/bin/bootstrap.jar which is referenced by the classpath, does not 启动Tomcat9.0时总是报 The archive: D:/apache-tomcat-9.0.8/bin/bootstrap.jar which is referenced by the classpath, does not exist. 解决: 打开Run Configuration-》Classpath 在User Entries中重新设置bootstrap.jar。 这里一定要看... 阅读详情

相关推荐

错误路径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 classp...

weixin_34088583的博客 639

解决Tomcat报错:/bin/bootstrap.jar which is referenced by the classpath, does not exist.

提醒一下:如果是因为重装系统导致盘符变化的,请直接修改盘符名称 1.错误如下:/bin/bootstrap.jar which is referenced by the classpath, does not exist. 2.报错分析 中途移动过tomcat的位置的缘故,导致Tomcat的盘符发生了改变,而Eclipse中对于tomcat配置却没有改变。 3.解决如下 打开Eclipse中tomcat配置,就是双击server选项卡中的tomcat,如下图所示: 然后选择open launch con

零碎@流年絮语 的博客 5488

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的位

潛龍,勿用 9万+

Eclipse+tomcat+Lomboz中server配置错误一例-转

2008-03-19 17:19     配置完毕后,欲在Eclipse中启动tomcat,但启动失败,每次都报错,错误提示如下:* The archive: /bin/bootstrap.jar which is referenced by the classpath, does not exist.     显然是路径问题,但问题出在哪儿,如何解决呢?这里是server的配

638

The archive: /bin/bootstrap.jar which is referenced by the classpath, does not exist.

配置完毕后,欲在Eclipse中启动tomcat,但启动失败,每次都报错,错误提示如下:* The archive: /bin/bootstrap.jar which is referenced by the classpath, does not exist.     显然是路径问题,但问题出在哪儿,如何解决呢?这里是server的配置出了问题,双击eclipse中右下角面板中的servers-

lddongyu 1万+

The archive: /Servers/bin/bootstrap.jar which is referenced by the classpath, does not exist.错误解决方案...

遇到这个问题一般是在导入其他项目发生的,路径不对造成的。 第一种网上大多提供的解决方案是: 1、双击tomcat 2、继续点击open lanch configuration 3、修改user Entries,主要是bootstrap.jar或者tomcat-juli.jar路径错误 第二种解决问题的方法:(ps:bootstrap.jar路径默认修改回/Se...

weixin_30552811的博客 689

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的位置的...

weixin_30385925的博客 440

Eclipse下启动Tomcat报错: The archive: F:/JSPDev/apache-tomcat-8.0.32/bin/bootstrap.jar which is reference

错误 在Eclipse下启动Tomcat的时候,报错为:The archive: F:/JSPDev/apache-tomcat-8.0.32/bin/bootstrap.jar which is referenced by the classpath, does not exist. 2. 原因这是因为我修改过Tomcat所在文件夹名称的缘故(原文件夹名为”JSPDev”, 改为”JavaWeb

一个写了10年bug的程序员日常笔记。 1万+

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

转载地址:http://blog.csdn.net/jnqqls/article/details/8946964 1.错误: 在Eclipse下启动tomcat的时候,报错为:Eclipse下启动tomcat报错:The archive: C:/Program Files(x86)/Java/jdk1.7.0_10/lib/tools.jar which is referenced by th...

weixin_30906671的博客 175

The archive: D:/Program Files (x86)/apache-tomcat-6.0.39/bin/bootstrap.jar w

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的位置的...

weixin_33778778的博客 108

移动tomcat ,eclipse启动报错原因

报错:错误路径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_...

weixin_30608503的博客 479

Apache Tomcat7.0 Tomcat7启动不了的解决问题

Apache Tomcat7.0 Tomcat7启动不了的解决问题 我存在的问题是,我原本的tomcat7.0目录是在D盘,后来可能电脑重装系统,又下载了一个tomcat7安装在E盘。 那时候要上jsp课,老师让我们先运行看看能不能成功启动tomcat然后观看(localhost:8080)那时候我没有在意,同学跑过来问我,怎么搞,因为她是tomcat8我是7,启动还是有点不一样,我就查了资料然后...

啊婷婷婷的博客 7653

关于解决Eclipse启动tomcat报错:/bin/bootstrap.jar which is referenced by the classpath, does not exist.

百度后发现可能是我将tomcat与项目文件放在了一起,我将tomcat更改位置甚至删除后发现没有解决。双击server下的tomcat,点击open launch configuration。点击classpath后在重新更改tomcat path 的位置后重启sts即可。我又重新更改了jar包的位置并且注意与项目文件分开。启动tomcat,点击start时发生了。重新配置tomcat文件位置。

weixin_53197992的博客 659

tomcat 启动提示 tomcat started 但是日志中提示 bootstrap.jar找不到

如果你的环境变量什么的设置的没问题,那你下载的可能是src文件而不是bin文件,重新下载吧,亲。

u013915286的博客 2086

类路径引用的归档 bootstrap.jar 不存在 问题解决

当你在eclipse运行web程序出错时,可能会遇到以下问题:1.eclipse 类路径引用的归档 bootstrap.jar 不存在; 或 2.Eclipse下启动tomcat报错:/bin/bootstrap.jar which is referenced by the classpath, does not exist.原因:工程运行时在server类路径条目中找不到JAR文件; 解决办法

1万+

the archive which is referenced by ...问题解决方案

2019独角兽企业重金招聘Python工程师标准>>> ...

weixin_33805992的博客 2593
上一篇: jQuery插件flexigrid使用总结 +参考资料目录
下一篇: LDTM项目: 页面载入 + 页面点提交按钮 两种方式的编程思路
洪文聊架构
博客等级 码龄14年 275粉丝 316原创
评论 2
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值