Does Tomcat provided support for Java 9 BETA

夙愿已清 提交于 2019-12-10 15:18:11

问题


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


回答1:


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.




回答2:


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/



来源:https://stackoverflow.com/questions/33310976/does-tomcat-provided-support-for-java-9-beta

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!