Java Enterprise doesn't appear in IntelliJ

Viewed 12268

I have problem about importing Java EE glassfish server to my IntelliJ. I have searched nothing on the web.

When I want to create a new glassfish project, I don't have option for it.

I can't add image cause I don't have reputation for it. I add direct link to image below text.

Screenshots:
enter image description here

2 Answers

If you have the Ultimate version, the accepted answer provides no value.

To enable these project templates to show up you have to enable the Java EE: EJB, JPA, Servlets plugin

This is bundled with IntelliJ but chances are when you first installed it, this was not selected as one of the resources you wanted, or it was deselected for not knowing what it does.

All you have to do is go to your plugins, click on the 'Installed Tab' and re-enable it. IntelliJ will prompt you to restart

Related