把该文件放在System.out.println(System.getProperty("java.endorsed.dirs"));目录下可以解决JAXB 2.0 API is being loaded from the bootstrap classloader错误. 注意:java web 项目必须在一个发布后的可以正常启动的web项目里打印。和java项目打印出的目录是不一样的。
在使用webservice,mule esb等需要jaxb的项目里经常会出现 JAXB 2.0 API is being loaded from the bootstrap classloader这个错误,按照打出的信息Use the endorsed directory mechanism to place jaxb-api.jar in the bootstrap classloader. (See http://java.sun.com/j2se/1.5.0/docs/guide/sta
在使用webservice,esb等需要jaxb的项目里经常会出现 JAXB 2.0 API is being loaded from the bootstrap classloader错误.执行System.out.println(System.getProperty("java.endorsed.dirs"));输出jaxb-api-2.1.jar应该放的目录。下载附件放到目录下即可。