The archive: D:/apache-tomcat-9.0.8/bin/bootstrap.jar which is referenced by the classpath, does not

AI权益加码!Claude Code、Cursor等20+工具免费用! 购周边限时加赠Coding Plan Lite,畅享主流AI工具!学习进阶更高效! 阅读详情

1、问题

启动Tomcat9.0时总是报

The archive: D:/apache-tomcat-9.0.8/bin/bootstrap.jar which is referenced by the classpath, does not exist.

2、解决

打开Run Configuration-》Classpath
在这里插入图片描述
在User Entries中重新设置bootstrap.jar。
这里一定要看仔细是否对于安装的tomcat路径,我的问题是指定的路径不一致才导致启动不了。
在这里插入图片描述

国央企如何利用数字化手段优化创新项目内部决策?.docx 科易网基于40亿+科创知识图谱数据库,深度探索AI技术在技术转移、成果转化、技术经纪、知识产权、产业创新、科技招商等垂直领域的多样化应用场景,研究科技创新领域的AI+数智化解决方案,推动科技创新与产业创新智能化发展。 立即下载

相关推荐

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

显然是路径问题,但问题出在哪儿,如何解决呢?   这里是server的配置出了问题,双击eclipse中右下角面板中的servers-tomcat图标,打开Server Overview,点击open launch configuration 在此修改启动server时的相关设置。翻到classpath选项卡,在User Entryz中正确设置bootstrap.jar和tools.jar

洪文聊架构 8059

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

使用Eclipse创建了一个Dynamic Web Project,并将项目添加到tomcat中,启动的时候报错,如下图所示:

无敌的专栏 1万+

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. The archive which is referenced by the classpath, does not exist

在用eclipse编译java项目时,运行的时候系统报这个错,我也搜过一些问题,但是都没有解决。 现在说下我的解决思路,我看了项目的Properties中的build path,挨个检查了其中的选项,也没有发现问题。 最后我把项目重新删除了,重新创建项目问题解决了。 出错原因:项目的名称和工作空间的名称相同,造成了错误。 解决办法:修改项目的名称,避免和工作空间名称相同。

nijian81的专栏 4212

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

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

weixin_33805992的博客 2593

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

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

如何解决eclipse导入tomcat后,运行时遇到:bootstrap.jar which is referenced by the classpath, does not exist.

为什么要引入tomcat的包: Tomcat是一个免费的开放源代码的Web 应用服务器,属于轻量级应用服务器,普遍用于构建中小型的的网站系统。当我们的Web Project代码开发完成后,需要放到Tomcat中才能跑起来并用浏览器访问到 打开eclipse发现工程文件都变有个小红叉了 运行jsp文件时无法运行 发现是之前我把tomcat文件和eclipse移了一下位置 所以重新导入tomcat文件一次 运行时有问题,显示 bootstrap.jar which is referenced

weixin_61915095的博客 2240

启动tomcat时候报错:The archive: E:/eclipse/tomcat/apache-tomcat-6.0.35/bin/bootstrap.jar which is referenc

tomcat移动位置后相关问题解决方案 出现这个问题是当前tomcat服务器中的jar包未知路径错误

qq_42754261的博客 2883

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报错:/bin/bootstrap.jar which is referenced by the classpath, does not exist....

1.错误症状:右击tomcat server,选择start,出现下图所示错误 2.错误原因:   我为了方便管理,把tomcat安装到了当前的eclipse-project目录下:E:/workspace/xxx_project/apache-tomcat-6.0.37,如下图所示      另外,也有可能是bootstrap.jar的路径配置错误,可以双击该server配置,见解决...

weixin_30741653的博客 1771

解决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

类路径引用的归档 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万+

错误路径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移动位置后相关问题解决方案

问题1:启动tomcat时候报错:The archive: E:/eclipse/tomcat/apache-tomcat-6.0.35/bin/bootstrap.jar which is referenced by the classpath, does not exist. 解决方法:双击下方窗口中的Servers中的下面的 Tomcat v6.0 Server at  localhost

panjie510的专栏 7924

tomcat启动报错情况解析

The archive: D:/java/bin/bootstrap.jar which is referenced by the classpath, does not exist. 出现这种报错的原因是改变了Eclipse中tomcat的版本,比如说原来用的是Tomcat7.0,最后又更换为了Tomcat8.0,这个时候就需要到Eclipse中找到Tomcat配置文件改掉原来的Tomcat7

ming的博客 735

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万+
上一篇: 百度网盘不启动客户端下载大文件
下一篇: Tomcat 配置Oracle JNDI数据源
CZ__
博客等级 码龄9年 97粉丝 114原创
评论 3
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值