sean.boyer
sean.boyer

Reputation: 1237

IntelliJ IDEA 13 community edition - EJB Facet Missing

I'm trying to generate EJB's in IDEA 13 CE for my Play Framework project, however, the options outlined in the IntelliJ documentation are missing.

For example, the docs say to go to File->Project Structure->Modules->Click Add->Select EJB, however, I do not have the EJB option. All I have are Android and Groovy.

Am I missing something, or is this not supported in the CE?

Upvotes: 1

Views: 1001

Answers (1)

MariuszS
MariuszS

Reputation: 31587

EJB is IntelliJ Ultimate feature

http://www.jetbrains.com/idea/features/java_ee.html

Support for Java EE is only available in IntelliJ IDEA Ultimate.

IntelliJ IDEA Editions Comparison

http://www.jetbrains.com/idea/features/editions_comparison_matrix.html

Upvotes: 2

Related Questions