Eclipse WTP plugin no Apache Tomcat adapter

前端 未结 5 952
时光取名叫无心
时光取名叫无心 2020-12-24 10:45

I am using Galileo Eclipse, I downloaded WTP plugin, but no Apache Tomcat plugin when I try to add Tomcat server...

any quick idea?

5条回答
  •  不知归路
    2020-12-24 11:27

    In WTP you can download plugins for many different web container or Java EE application servers.

    To do so go to Window => Preferences => Server => Runtime Environments => Add... Select the server(s) you want to work with.

    However, as Raghuram as pointed out, you'd probably be better off starting from the 'Eclipse for Java EE developers` altogether. This is because WTP is built on top of many 'infrastructure' plugins such as EMF and the dependencies are sometimes wobbly because all these plugins evolve in a parallel manner... and more often than not, API change ;-)

提交回复
热议问题