`
jinjingxiang
  • 浏览: 24573 次
  • 性别: Icon_minigender_1
  • 来自: 北京
文章分类
社区版块
存档分类
最新评论

cxf2.2.5 jdk1.6问题处理

阅读更多
http://cxf.apache.org/faq.html#FAQ-CanCXFrunwithJDK1.6%253F
Can CXF run with JDK 1.6?
JDK 1.6 incorporates the JAXB reference implementation. However, it incorporates an old version of the RI. CXF does not support this version. As of 1.6_04, this is easy to deal with: you must put the versions of JAXB RI (the 'impl' and 'xjc' jars) that we include with CXF in your classpath. As of this writing, these are version 2.1.6.
在jdk1.6.0\jre\lib 里面新建一个文件夹 endorsed 将一下三个文件放入就可以了
jaxb-api-2.1.jar
jaxb-impl-2.1.12.jar
jaxb-xjc-2.1.12.jar
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics