1

I have installed the latest eclipse version 2019-03 with support to JDK 12. The Servers View was not available. So I installed the plugin Eclipse JST Server Adapters

Once installed, I am not able to create Tomcat 9.0 Server. Tomcat 8.0 is the latest available.

Any alternatives to get Tomcat 9.0? I want to use the latest tomcat version 9.0.20

Note: My previous version of eclipse 2018-09 had Tomcat 9.0 available

Reema
  • 587
  • 3
  • 12
  • 37

2 Answers2

4

The "Eclipse JST Server Adapters" looks like it was created for Luna and then likely never updated. Remove it, then either use the Marketplace entry at https://marketplace.eclipse.org/content/eclipse-java-ee-developer-tools-0 , which is actually owned by the corresponding project at Eclipse.org, or use Help -> Install New Software and search for "tomcat" or the "JST Server Adapter Extensions" by name using the 2019-03 update site.

nitind
  • 19,089
  • 4
  • 34
  • 43
  • The link above solved it. Thanks! Couldn't find JST Server Adapter Extensions in the marketplace though – Reema May 20 '19 at 20:00
  • The 2019-03 site contains both "JST Server Adapter" and "JST Server Adapter Extensions" features, with the Tomcat server adapter being in the latter. The Marketplace entry was only for the former, and an older version at that. – nitind Jun 26 '19 at 20:09
2

When you download eclipse version 2019-03, then it ask if you want to download simple java development edition or Java EE development edition. If you select Java EE edition then you dont need to add any external plugin. it by default provide tomcat latest version(i.e. tomcat 9).