bootstrap.jar which is referenced by the classpath, does not exist.
The archive: /opt/apache-tomcat-9.0.1/bin/bootstrap.jar which is referenced by the classpath, does not exist.
启动Tomcat服务器时说:(类似,自己当时没截图,自己用的linux,但是错误类型一样的…. bootstrap.jar …classpath,does not exist)
![Image 1][]
双击中下方的Server进到Open launch configuration:
![Image 1][]
看ClassPath下的Bootstrap.jar 的路径找到文件夹里的这个文件bin,把它的权限给开放出来,变成777权限.(我的bootstrap.jar是在/opt/apache-tomcat-9.0.1/bin下的,就是因为bin不可读写所以错了,开放权限就行了!!!!!)
![Image 1][]
我的是Tomcat文件夹下的bin 的只读性质,上面画了个叉叉,所以打开文件权限就好。/opt/apache-tomcat-9.0.1/bin
$ sudo chmod -R 777 bin
[Image 1]:
还没有评论,来说两句吧...