无法从 Eclipse 3.6.2 导出 EAR 文件
我编写了一些 Java 代码,需要将其导出到 EAR 文件中。我正在使用 Eclipse 3.6.2 我看过 http ://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.jst.j2ee.doc.user/topics/tjexpear.html 但问题是我没有导出目的地“J2EE”--> Eclipse 中的 EAR 文件。
另外,当我去新-->文件-->其他没有这个选项。我确实将 JAR 文件“ejb-api-3.0.jar”添加到我的项目中,并且 Eclipse 没有给我任何错误。
我做错了什么?
I have written some Java code that I need to export into an EAR file. I am using Eclipse 3.6.2 I have looked at
http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.jst.j2ee.doc.user/topics/tjexpear.html
but the problem is that I do not have the export destination "J2EE"--> EAR file in Eclipse.
Also when I go to New--> File --> Other there is not such an option. I did add the JAR-file "ejb-api-3.0.jar" to my project though and Eclipse does not give me any errors.
What am I doing wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须使用 Eclipse Java EE 来制作战争档案。您还可以将所需的插件添加到现有的 Eclipse 中,但下载 Java EE 版本会更容易。
You have to use Eclipse Java EE for making War Files. You can also add the required plugins into your existing Eclipse but downloading the Java EE version would be much easier.