4

I am working on Java 9 BETA version using Eclipse Mars , Want yo know does Tomcat provided support for Java 9 BETA ?

vaquar khan
  • 10,864
  • 5
  • 72
  • 96

2 Answers2

3

Update August 26, 2017

In my quest to answer Run Vaadin 8.1 app under Java 9 prerelease in IntelliJ 2017.2.2, I'd discovered that

Apache-tomcat-9.0.x is compatible with Java 9 and can be configured to start with

Using JRE_HOME:/Library/Java/JavaVirtualMachines/jdk-9.jdk/Contents/Home/

using a JDK9 Early Access currently in the final candidate stage.

Naman
  • 27,789
  • 26
  • 218
  • 353
0

As long as Java 9 is fully compatible with previous versions, Tomcat should run OK.

There may be some smaller issue and Java 9 sets 9 months for testing only. I think most of Java projects will start checking with Java 9 after December 2015, when it will be feature complete. Read more at http://openjdk.java.net/projects/jdk9/

Paul Verest
  • 60,022
  • 51
  • 208
  • 332