Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I don't have the "Web Application" in the "Add Frameworks Support dialog" in Intellij IDEA Ultimate 2016.1

I opened a Maven pom.xml project file that describes a project that creates a WAR file.

I want to enable Web Application support in the hope that that will help me edit JSPs.

I follow the instructions here but I do not have the "Web Application" option. I see this instead:

enter image description here

What am I doing wrong?

like image 217
Mike Hogan Avatar asked Jun 22 '16 13:06

Mike Hogan


People also ask

How do I add framework support in Intellij?

In the Project tool window Alt+1 , right-click the module to which you want to add a facet, and select Add Framework Support. Select the necessary framework from the list. Depending on your choice, you might be prompted to configure additional settings (for example, to configure a library).

How do I create a Web application in Intellij Community Edition?

Create a new web applicationClick New Project on the Welcome screen or select File | New | Project. From the Generators list, select Jakarta EE. Name the new project, select a build tool, a language you want to use, and select the Web application project template.


1 Answers

I had to enable the plugin "Java EE: EJB, JPA, Servlets". I enabled JSP Support, thinking it would enable all I needed for JSP support - clearly not. Annoying

like image 187
Mike Hogan Avatar answered Oct 23 '22 02:10

Mike Hogan