简体   繁体   中英

Cannot Find Option for New Web application on Intellij Ultimate

I have IntellijIdea16.1.2 (Ultimate version). 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 that Select Java Enterprise 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在此处输入图片说明

在此输入图像描述

open settings, to see the javaee plugins.

if not install, install these.

Then new project will show the options with javaee.

Currently IntelliJ IDEA 2021.3 provides Java Enterprise wizard which contains Web Application and REST Service templates, and supports Maven/Gradle out of the box.

Java 企业向导

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM