This is my first problem here, I look forward to have a great interaction.
Please help me I have to show this working to my mentor tomorrow.
I was making a Dynamic web project file in eclipse oxygen that needed tomcat server to launch. I have JDK 10.0.1 as my Java version. also it was showing JAVA SE 10 at some places. So when I tried to add Tomcat 8 and 9 either of them, there was an error
-Djava.endorsed.dirs=C:...apache-tomcat-9.0.14\endorsed is not supported. Endorsed standards and standalone APIs in modular form will be supported via the concept of upgradeable modules.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
I searched it on stackoverflow and got this link How do you replace endorsed directory in Java 9?. but somehow I do not know how to do it.
One solution I thought of downloading lower version of JDK and then trying to make it possible.
Please help me community if there is a way to do so.
Thanks.