Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No Option for New->Web application on Intellij Idea 14.1.2

I have IntellijIdea14.1.2 (Community version) on Ubuntu 12.04LTS I am trying to create a web application project from scratch and I chose to follow this guide https://www.jetbrains.com/idea/help/enabling-web-application-support.html#new

But I am not getting the option mentioned in Step 3 "Under Additional Libraries and Frameworks, select the Web Application check box. Select the version of the Servlet specification to be supported from the Versions list. " Only thing I see there is Groovy. Can someone tell me what to do to enable the other options in that list? I tried looking at the facets page and even that seems to assume that there are options available which I cannot see on my client.

Similarly I cannot see the rest plug-in mentioned in this page when I search for restful https://www.jetbrains.com/idea/help/preparing-for-rest-development.html

I tried reinstalling IntelliJ thinking something was wrong with the installation but doesn’t seem to be the case.

like image 471
LeoNeo Avatar asked May 10 '15 18:05

LeoNeo


People also ask

How do I run a Web application in IntelliJ?

IntelliJ IDEA needs a run configuration to build the artifact and deploy it to your application server. From the main menu, select Run | Edit Configurations. , expand the Glassfish Server node, and select Local. Fix any warnings that appear at the bottom of the run configuration settings dialog.

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.

How do I add options in IntelliJ?

From the main menu, select Help | Edit Custom VM Options. If you do not have any project open, on the Welcome screen, click Configure and then Edit Custom VM Options. If you cannot start IntelliJ IDEA, manually copy the default file with JVM options to the IntelliJ IDEA configuration directory.

How do I set up a facet website?

Create an application server-specific deployment descriptor (for example glassfish-web. xml, jboss-web. xml) and add it to the list. Specify the directories that contain your web app resources such as web pages, images, etc.


1 Answers

With the community version, you can only develop Java SE applications. For developing web or enterprise application, you need to buy the commercial version. Please refer this documentation to check difference between Editions

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

like image 117
Rajarshee Mitra Avatar answered Oct 18 '22 14:10

Rajarshee Mitra