JAXB 2.1 API is being loaded from the bootstrap classloader, but this RI

JAXB 2.1 API is being loaded from the bootstrap classloader, but this RI

http://stackoverflow.com/questions/4159028/in-tomcat-java-lang-linkageerror-jaxb-2-1-api-is-being-loaded-from-the-bootstr

William: i tried to put thid jar to  tomcat\endorsed\ and realy work

Put your JAXB 2.2 JARs in folder, you need first find out where this folder is using this:

System.out.println(System.getProperty("java.endorsed.dirs"));

Mine was d:\Tomcat 7.0\endorsed

猜你喜欢

转载自oywl2008.iteye.com/blog/2061900
ri