Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java Enterprise doesn't appear in IntelliJ

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

like image 302
Július Marko Avatar asked Mar 05 '16 10:03

Július Marko


2 Answers

It appears you have a community version of IntelliJ. Tools to support enterprise frameworks, like JavaEE or Grails, are only available in paid version. If need a free JavaEE IDE, I recommend Netbeans,which is similar to IntelliJ but free, or Eclipse, which is also great, but more different

like image 158
OndroMih Avatar answered Sep 25 '22 00:09

OndroMih


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

like image 24
soulshined Avatar answered Sep 26 '22 00:09

soulshined