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 类"?选
基础教程推荐
- 如何在相机中应用自定义滤镜 [Surfaceview 预览]. 2022-01-01
- Maven:无效的目标版本:10 2022-01-01
- JPA惰性列表上的流 2022-01-01
- 在java中使用xpath和selenium解析HTML表格数据 2022-01-01
- Java ECDSAwithSHA256 签名长度不一致 2022-01-01
- 将 double 转换为 Int,向下舍入 2022-01-01
- 将 Windows 证书导入 Java 2022-01-01
- doFilter()是在servlet的工作完成之前还是之后执行的? 2022-01-01
- 在springboot中如何给mybatis加拦截器 2023-04-29
- 控制台应用程序中的 Java 键盘输入解析 2022-01-01
