Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Enabling Web Application Support in IntelliJ IDEA 14.1.0

I am trying to enable Web Application Support for a new Java project. I am following the steps mentioned in the following support page.

https://www.jetbrains.com/idea/help/enabling-web-application-support.html

On step 3; the guide asks me to select the Web Application check box under Additional Libraries and Frameworks. However I do not see such an option. The only entry under Additional Libraries and Frameworks is 'Groovy'.

Am I missing something?

like image 634
Rishabh Sagar Avatar asked Jan 08 '23 20:01

Rishabh Sagar


1 Answers

IntelliJ IDEA Community Edition does not support the development of Web applications. You need to use IntelliJ IDEA Ultimate for that. Refer below link to check whether you have features you are looking for or not. This link has full description of what each edition can do.

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

like image 65
yole Avatar answered Jan 18 '23 05:01

yole