don't see Web Application option under Java Enterprise. using 2020.2.1 ultimate edition

已回答

in support documents it says:

On the first page of the New Project or the New Module wizard, select Java Enterprise, and then select the Web Application checkbox under Additional Libraries and Frameworks.

 

but I'm not seeing "Web Application" option anywhere.

0

You are absolutely right. The tutorial at https://www.jetbrains.com/help/idea/creating-and-running-your-first-java-ee-application.html is outdated.

This is caused by the fact that we have reworked the screen one month ago: https://youtrack.jetbrains.com/issue/IDEA-242935 and the documentation page with these changes is not ready yet.

However, there is a video that shows the changes: https://youtu.be/lgZRMCpfYM4?t=1050, so please feel free to check how to create JAVA EE (aka Jakarta EE) project here.
Alternatively, you can download IntelliJ IDEA 2020.1.4 (previous version) where the interface from the documentation is available:
https://www.jetbrains.com/idea/download/other.html

 

0

请先登录再写评论。