zoukankan      html  css  js  c++  java
  • 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路径默认修改回/Servers/bin,按照上面一种方法修改跟本没用,会自动修改回来)

    很简单,重新创建一个tomcat

    1、先把已有的删掉,对着已有的tomcat右键,delete

    2、点击create a new server

    3、选择自己需要的version,然后next

     4、点击download and install,选择下载路径,等待一会儿,finish按钮可用之后,就可以创建成功了。

  • 相关阅读:
    kibana 设置登录认证
    elasticsearch
    elasticsearch安装ik
    elasticsearch 安装head
    Docker 数据卷之进阶篇
    link快捷方式
    动作方法中 参数,Json
    spring单元测试
    js之cookie操作
    idea快捷键
  • 原文地址:https://www.cnblogs.com/gambler/p/10665809.html
Copyright © 2011-2022 走看看