No "Java EE" tab in "New Project"

已回答

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?

0

Hello,

Please share idea.log ("Help | Show Log in...") after restarting IDE.

0
Avatar
Permanently deleted user

Hello,

I have just uploaded the log file on the following link:https://github.com/rgbeing/hello-world/blob/master/idea.log

Thank you.

0

Have you tried to use the "Java Enterprise" option in the "New Project" dialog?

/Pontus

1

Sorry, missed the version number. Now it's "Java Enterprise" (in the second section)

0
Avatar
Permanently deleted user

Oh I didn't wrote that.
There is no Java EE or something like that even in Java Enterprise.

0

Select "Java Enterprise", select "Build Tool", "Test Runner" and "Language" and press next.

0
Avatar
Permanently deleted user

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?

0

You need to select "Servlet" as well.

0
Avatar
Permanently deleted user

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.

0

You need to select sources root folder (e.g. "java") , right click, select "New -> Create New Servlet".

0
Avatar
Permanently deleted user

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

0

By default "src/main/java" will be marked as a source root. Please try to right-click on it.

0
Avatar
Permanently deleted user

I found it!

I really appreciate your help. Thank you!!!

0

You are welcome!

0

请先登录再写评论。