Bootstrap:class loader creation threw exception异常解决方法

前端之家收集整理的这篇文章主要介绍了Bootstrap:class loader creation threw exception异常解决方法前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

1,使用低于Tomcat 5.0.27版本,如Tomcat 5.0.25

2,在lomboz插件com.objectlearn.jdt.j2ee_3.0.1文件夹下有个servers 目录,该目录里有文件为相关WEB服务器的配置文件.打开tomcat 5X.server文件,在startVmParameter 和stopVmParameter 参数设置有个:Djava.endorsed.dirs="${serverRootDirectory}/bin;${serverRootDirectory}/common/endorsed"改为:

Djava.endorsed.dirs="${serverRootDirectory}/common/endorsed"

共两处:实际就是把${serverRootDirectory}/common/endorsed左边的内容删除

猜你在找的Bootstrap相关文章