Eclipse Mars : The configured runtime is insufficient to provide an implementation for JAXB2.2(Eclipse Mars:配置的运行时不足以提供 JAXB2.2 的实现)
问题描述
Eclipse 版本:火星.JDK 1.8.
Eclipse version : Mars. JDK 1.8.
我想创建一个 JAXB 项目.在 JAXB Facet 页面中,出现如下错误:
I want to create a JAXB project. In the JAXB Facet page, there is the following error:
配置的运行时不足以提供 JAXB2.2 的实现
The configured runtime is insufficient to provide an implementation for JAXB2.2
你能给我一些关于如何解决它的建议吗?
Could you give me some suggestions on how I can fix it?
推荐答案
我遇到了同样的问题.以下修复对我有用.
I faced the same problem. Below fix worked for me.
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 Mars:配置的运行时不足以提供 JAXB2.2 的实现的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Eclipse Mars:配置的运行时不足以提供 JAXB2.2 的实现
基础教程推荐
- Java:带有char数组的println给出乱码 2022-01-01
- 降序排序:Java Map 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01