How can I get the quot;Eclipse gt;Generategt;Jaxb classesquot; option back?(如何获得“Eclipsegt;Generategt;Jaxb 类?选择回来?)
问题描述
我最近不得不迁移到一台新机器并重新安装了 Eclipse.目前,我需要从 xsd 生成 JAXB 类.我不太记得我安装了什么,但在我的旧 Eclipse 中,我有选项 -rightclick-generate-jaxb 类.
I recently had to migrate to a new machine and re-installed Eclipse. At the moment, I need to generate JAXB classes from an xsd. I cannot quite remember what I installed, but in my old Eclipse I had the option -rightclick-generate-jaxb classes.
谁知道我必须安装/插件才能找回它?
Who knows what I have to install/plug-in to get it back?
我正在考虑安装 Dali,这似乎是正确的,但是我很确定我上次没有安装 Dali.和上次一样,我还在构建路径中包含了 jaxb jar,所以应该没问题.
I was looking at installing Dali, which seems like it could be right, but I am pretty sure I did not install Dali last time. I also included the jaxb jars in my build path, as last time, so that should be ok.
我正在使用 Eclipse 3.6 和 Java SE 1.6.
I am using Eclipse 3.6 and Java SE 1.6.
推荐答案
解决这个问题的一个简单方法 - 而不是担心添加额外的插件或安装 - 是安装 Eclipse IDE for Java EE Developers而不是 Eclipse Classic(两者都可以在 here 找到).这带有 JAXB 支持,因此提供了 >Generate>Jaxb 类 选项.
A simple fix for this problem - rather than worrying about adding additional plugins or installs - is to install Eclipse IDE for Java EE Developers rather than Eclipse Classic (both to be found here). This comes with the JAXB support and therefore provides the >Generate>Jaxb classes option.
这篇关于如何获得“Eclipse>Generate>Jaxb 类"?选择回来?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何获得“Eclipse>Generate>Jaxb 类"?选


基础教程推荐
- 从 python 访问 JVM 2022-01-01
- 多个组件的复杂布局 2022-01-01
- 大摇大摆的枚举 2022-01-01
- 在 Java 中创建日期的正确方法是什么? 2022-01-01
- 不推荐使用 Api 注释的描述 2022-01-01
- 如何在 JFrame 中覆盖 windowsClosing 事件 2022-01-01
- Java 实例变量在两个语句中声明和初始化 2022-01-01
- 验证是否调用了所有 getter 方法 2022-01-01
- 如何在 Spring @Value 注解中正确指定默认值? 2022-01-01
- Java Swing计时器未清除 2022-01-01