如何获得“Eclipse>Generate>Jaxb 类"?选

How can I get the quot;Eclipse gt;Generategt;Jaxb classesquot; option back?(如何获得“Eclipsegt;Generategt;Jaxb 类?选择回来?)
本文介绍了如何获得“Eclipse>Generate>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 类"?选择回来?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

How can create a producer using Spring Cloud Kafka Stream 3.1(如何使用Spring Cloud Kafka Stream 3.1创建制片人)
Insert a position in a linked list Java(在链接列表中插入位置Java)
Did I write this constructor properly?(我是否正确地编写了这个构造函数?)
Head value set to null but tail value still gets displayed(Head值设置为空,但仍显示Tail值)
printing nodes from a singly-linked list(打印单链接列表中的节点)
Control namespace prefixes in web services?(控制Web服务中的命名空间前缀?)