Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在将应用程序从 jdk 1.4 迁移到 jdk 1.7。我遇到了关于“marshall()”和“unmarshal()”方法的问题。项目使用了 jaxb-rt-1.0-ea.jar,我现在正在编译 jdk 1.7 中的代码。有人可以帮我解决这个问题吗?1) 我是否需要将应用程序从 JAXB 1 迁移到 JAXB 2?如果是,请提供步骤和提示。2)如果我可以在 jdk 1.7 中使用 jaxb-rt-1.0-ea.jar 运行,那么请建议步骤...