解决Eclipse新建中没有Dynamic Web Project的问题

Eclpise版本:2020-06(4.16.0)

(1)【File】->【New】下无Dynamic Web Project。

(2)查看Eclipse版本号,点击【Help】->【About Eclipse IDE】,

(3)依次点击【Help】->【Install New Software】,

(4)在【work with】的下拉框中选中版本对应的地址,一般会自动出现。

(5)找到【Web, XML, Java EE and OSGi Enterprise Development】,点击展开,选中

  •  Eclipse Java EE Developer Tools
  • Eclipse Java Web Developer Tools
  • Eclipse Web Developer Tools
  • Eclipse XML Editors and Tools

       并取消勾选【Contact all update sites during install to find required software】,点击【Next】。

(6)点击【Next】,

(7)选中【I accept the terms of the license agreements】,点击【Finish】,

(8)点击【Restart Now】,重启Eclipse。

(9)依次点击【Windows】->【Perfernces】,

(10)依次点击【Install/Update】->【Available Soft Sites】,取消勾选默认的两项,之后点击【Apply and Close】,

(11)依次点击【File】->【New】->【Other】,

(12)在【Wizards】下输入【Dynamic Web Project】,点击【Next】即可。

 


版权声明:本文为qq_29774003原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。