java – Error with creating an apache tomcat server in eclipse for a dynamic web page

I keep receiving this error while trying to start my apache tomcat server in eclipse:

-Djava.endorsed.dirs=D:\user\apache-tomcat-8.0.36\apache-tomcat-8.0.36\endorsed is not supported. Endorsed standards and standalone APIs
in modular form will be supported via the concept of upgradeable modules.

I have tried to remove the line from the VM arguments, but it keeps adding itself back after I try to start the server.

This is a similar error to the one discussed in the following link, but I cannot seem to find the solution: bugs.eclipse.org/bugs/show_bug.cgi?id=507338

Read more here: Source link