Search code examples
javaeclipseejbjava-ee-6

Can't create new EJB project in Eclipse


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:

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:

screenshot from my Eclipse

Even when I searched in others I didn't find it.

others screenshot


Solution

  • 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.

    Screen shot

    Please mention the Eclipse you are using in your post.