How to create a servlet using Eclipse Version: Mars.1 Release (4.5.1)?

Please be careful with me. I just know a tiny Java language that I don't find complicated at all. But I don't know anything about the complex IDE ecosystem and the tools and packages to start creating something useful.

I just want to create a servlet. I have Java SE 8 in the % Program Files% \ jdk1.8.0_65 folder . In the program files folder, I also have jre1.8.0_65 , jre6 and java_ee_sdk-7u1 (Java Platform, Enterprise Edition 7 SDK Update 1).

I also have a version of Eclipse: installed Mars.1 Release (4.5.1).

All of this is installed on my 64-bit Windows 7 Home Premium laptop.

I am following this tutorial to create a servlet using Java with the Eclipse Java Mars IDE.

Following the instructions in this article, I clicked FileNewOther .

enter image description here

However, the dialog box that I get after that does not have a Web element , as shown in the image in this article.

My dialog box is as follows:

enter image description here

What am I doing wrong?

0
source share
1 answer
+2

Source: https://habr.com/ru/post/1651999/


All Articles