Eclipse can't find a solution to the problem of hitting the Java EE Tools tab

      Recently, when I studied the maven project and automatically generated the web.xml file, I searched for a centralized solution, using Java EE Tools or Project Facets, but I found that I couldn’t find these two tabs at all. I searched a lot of information and found that many statements on the Internet are the same. , What is the maven project conversion or something like that. These solutions may be applicable to students who have plug-ins in eclipse and the project is not a maven project, but what if the project you create is a maven project? So when you write a blog or article, it is best to specify the scene, or you will get readers and friends into a lot of weird circles!

Then, if you are creating a maven project, and the packaging method is also war, and you still can’t find Java EE Tools, find articles on the Internet about converting the project to maven, and you can pass it directly, because these answers will Let you find the wrong direction to deal with the problem.

The reason is that your eclipse development tools need to install plug-ins, the steps are as follows:

1. Select the install new software option in the menu help option in Eclipse

2. Enter Juno in the work with field-http://download.eclipse.org/releases/juno

3. Select the Web, XML, Java EE and OSGi Enterprise Development option, and then select

At this point, the Long March has gone ninety-nine percent. The remaining steps are very simple. Just need next. After the installation is complete, restart eclipse and the tabs you need will be displayed!

Guess you like

Origin blog.csdn.net/dgxin_605/article/details/88777161