Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I develop Java Enterprise application in IntelliJ Community Edition?

Tags:

java

java-ee-7

I want to develop application in Java Enterprise and Google Web Tool using IntelliJ Idea Community Edition. Is it possible? Or I have to Buy Ultimate Edition.

like image 346
Hammad Ali Zaman Avatar asked Aug 03 '15 07:08

Hammad Ali Zaman


1 Answers

You will be able to write J2EE/GWT code, compile it and unit test it in IntelliJ Community. But you won't be able to run and debug it in the editor. You will need to use the command line and/or third party scripts and configuration.

like image 198
dotvav Avatar answered Nov 05 '22 11:11

dotvav