No server in Eclipse; trying to install Tomcat

前端 未结 12 1504
我寻月下人不归
我寻月下人不归 2021-02-06 22:05

I\'m trying to install Tomcat in Eclipse but I can\'t get a server tab to show up. When I go to Window -> Show View -> Other and type in \"server\", I don\'t get any re

12条回答
  •  抹茶落季
    2021-02-06 22:21

    The reason you might not be getting any results is because you might not be having the J2EE environment setup in your Eclipse IDE. Follow these steps to solve the problem.

    1. Goto Help -> Install new Software
    2. Select {Oxygen - http://download.eclipse.org/releases/oxygen} (or Similar option/version) in the "Work with" tab.
    3. Search for Web,XML,Java EE and OSGi Enterprise Development
    4. Check the boxes corresponding to,
      • Eclipse Java EE Developer Tools
      • JST Server Adapters
      • JST Server Adapters Extensions
    5. Click next and accept the license agreement.

    Hope this helps.

提交回复
热议问题