I have eclipse IDE oxygen latest version installed and downloaded the latest JDK 10 and setup it. I did installed latest WTP 3.4 with it and created a simple maven project. The Tomcat is 9.0.10 and it is having issue when tried to start the server inside eclipse(oxygen). It gives below error:-
-Djava.endorsed.dirs=<path>\endorsed is not supported. Endorsed standards and standalone APIs in modular form will be supported via the concept of upgradeable modules. Java Virtual Machine Launcher Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit.
I did confirmed that my oxygen and WTP are up to date and I dont want to roll back to Photon to make it work or degrade my JDK.
There are similar question on same error but either they are with old jdk(9) or landed up either making different suggestion (degrade jdk etc) or upgrading the eclipse, wtp etc resolved them. But mine is not answered and hence this question.
And yes, JDK10 appears to be supported with Tomcat9 as per table below:-