eclipse 火星 : The configured runtime is insufficient to provide an implementation for JAXB2. 2

标签 eclipse jaxb java-8 eclipse-mars

Eclipse 版本:火星。 JDK 1.8。

我想创建一个 JAXB 项目。在JAXB Facet页面,出现如下错误:

The configured runtime is insufficient to provide an implementation for JAXB2.2



你能给我一些关于如何修复它的建议吗?

最佳答案

我遇到了同样的问题。下面的修复对我有用。

     1) Select File->New ->Project
     2) Choose JAXB Project from JAXB and click Next
     3) Give Project Name and click Next
     4) On the next window, just Click Next
     5) On the next window (titled JAXB Facets), Choose "User Library" for JAXB implementation. 
        Click "Download Library.." picture and choose EclipseLink 2.5.2 
        (or the higher version shown in the window) and click Next
        This will install the library (make sure your are connected to internet.)

关于 eclipse 火星 : The configured runtime is insufficient to provide an implementation for JAXB2. 2,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32639486/

相关文章:

java - 为什么我不断收到 'SVN: Working Copy XXXX locked; try performing ' cleanup'?

java - 线程 "main"中出现异常 "javax.xml.bind.UnmarshalException: unexpected element"但需要同时允许测试类和测试类

java - 从同一数组创建两个列表,修改一个列表,更改另一个

java - Eclipse Xtext 作为应用程序运行 - Java 错误

java - 有 Eclipse 项目 jar 的存储库吗?

java - 无法以正确的方式从 eclipse 创建 jar

java - Java 8 Optional中flatMap的签名

java - Jaxb UnMarshal 错误 : unexpected element (uri :"", 本地 :"processedSalesOrderTypeList")。预期的元素是

java - 如何在封装设计中忽略 json 属性

Spring 的 @Condtional 注解与 Java 8