英文:
Can't create new EJB project in eclipse
问题
我已安装了Eclipse并添加了JBoss和WildFly。在我正在跟随的教程中,作者从Eclipse的“文件”菜单中创建了一个新的EJB项目,路径为:文件->新建->EJB项目。
教程截图
但是,当我尝试在我的Eclipse IDE中创建时,并没有找到创建新EJB项目的选项。
我的Eclipse IDE截图
即使在其他地方搜索也没有找到它。
其他截图
有人可以帮忙吗?:(
英文:
I have installed eclipse and added jboss and wildfly. In the tutorial that i was following the guy created a new ejb project in eclipse from file->new->EJB Project.
this is the tutorial screenshot
But when i tried to create it in my eclipse IDE, i didn't find the option of creating new ejb project.
this is a screenshot from my eclipse IDE
Even when i searched in others i didn't find it.
others screenshot
can any one help please
答案1
得分: 0
可能您正在使用 Eclipse 作为 Java 开发者工具。
您可以尝试以下选项:
- 尝试使用“Eclipse IDE for Enterprise Java Developers”。您可以在此处找到它:https://www.eclipse.org/downloads/packages/
- 转到 Eclipse -> 帮助 -> 安装新软件,并选择 Web、XML、Java EE 插件进行安装。
安装新软件
请在您的帖子中提及您正在使用的 Eclipse 版本。
英文:
It is probably you are using Eclipse for Java Developer.
Possible option you could try:
- Try using "Eclipse IDE for Enterprise Java Developers". You can find it here https://www.eclipse.org/downloads/packages/
- Go to Eclipse -> Help -> Install new software and choose the Web, XML, Java EE plugin and install it.
Install new sofware
Please mention the Eclipse you are using in your post.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论