No "Java EE" tab in "New Project"
Answered
I cannot find the "JAVA EE" tab or "Web Application" tab in my IntelliJ Ultimate edition (2020.2).
I have enabled all plugins, and reinstalled Java (also have tried to downgrade from java 12 to 8)
Where can I find Java EE of web application tab?

Please sign in to leave a comment.
Hello,
Please share idea.log ("Help | Show Log in...") after restarting IDE.
Hello,
I have just uploaded the log file on the following link:https://github.com/rgbeing/hello-world/blob/master/idea.log
Thank you.
Have you tried to use the "Java Enterprise" option in the "New Project" dialog?
/Pontus
Sorry, missed the version number. Now it's "Java Enterprise" (in the second section)
Oh I didn't wrote that.
There is no Java EE or something like that even in Java Enterprise.
Select "Java Enterprise", select "Build Tool", "Test Runner" and "Language" and press next.
Thanks to your advice, I found a bunch of options, but still don't know what to select.
Selecting "Web Profile" or "XML Web Services" doesn't seem to get me to the proper environment - in the instruction I am following, I am to find "Create new Servlet" option by right-clicking src folder and looking at "New" option. But I cannot find such an option in selecting "Web Profile" or "XML Web Services."
Does anyone know what I should select?
You need to select "Servlet" as well.
By selecting "Web Profile" "Servlet" is automatically selected, and there is no "Create new Servlet" option in that case.
Also when "Servlet" is solely selected, there still does not exist "Create new Servlet" option.
You need to select sources root folder (e.g. "java") , right click, select "New -> Create New Servlet".
I cannot get what exactly means the sources root folder. Can you explain where to click in detail?
By the way, I attach a youtube link that shows my situation in right-clicking. https://youtu.be/Bhnw0ZCeqa0
By default "src/main/java" will be marked as a source root. Please try to right-click on it.
I found it!
I really appreciate your help. Thank you!!!
You are welcome!