当我在 eclipse indigo 中创建一个 jaxb 项目时,它告诉我“当前选择的 JAXB 库提供程序无效”,即 eclipselink2.3.0-Indigo 我尝试了 javanet 下载 jar,但没有成功。我可以尝试此处描述的演示中的示例: http : //wiki.eclipse.org/EclipseLink/Examples/MOXy/GettingStarted,但 MOXy 自定义部分除外。当我运行时没有错误,它似乎没有做任何事情。
我错过了什么。提前致谢。卡迈勒
当我在 eclipse indigo 中创建一个 jaxb 项目时,它告诉我“当前选择的 JAXB 库提供程序无效”,即 eclipselink2.3.0-Indigo 我尝试了 javanet 下载 jar,但没有成功。我可以尝试此处描述的演示中的示例: http : //wiki.eclipse.org/EclipseLink/Examples/MOXy/GettingStarted,但 MOXy 自定义部分除外。当我运行时没有错误,它似乎没有做任何事情。
我错过了什么。提前致谢。卡迈勒
Background Info
The Eclipse Indigo release offers some new JAXB tooling from the Dali project (which is part of Web Tools Platform). You are now able to create a JAXB Project.
Configuration
A JAXB project can be configured to use the reference or EclipseLink MOXy implementation of JAXB. This can be done via:
Using the JAXB RI
Using EclipseLink JAXB (MOXy)