0
I have the configuration below:
- Eclipse: Version: Oxygen.3a Release (4.7.3a)
- Apache Tomcat 8.5.33 Server
I accessed the address http://localhost:8080/ without any mistake.
When trying to Start in Eclipse I get the message below:
-Djava.endorsed.dirs=C: Program Files Apache Software Foundation Tomcat 8.5 endorsed is not supported. Endorsed standards and standalone Apis in modular form will be supported via the Concept of Upgradeable modules.
As the error is reported Tomcat 8.5 endorsed is not supported, and it will only be supported with updated modules, Tomcat is already in version 9.0.11 try updating it this should solve your problem as reported here >> https://stackoverflow.com/questions/48226250/could-not-create-the-java-virtual-machine-Tomcat-server-on-mac-os and you can download the new version here http://tomcat.apache.org/
– Marcos Brinner
After installing Tomcat 9.0 and trying again, I got the message: Could not create the Java Virtual Machine A fatal Exception has occurred. Program will Exit.
– Flávio
got something with the update ?
– Marcos Brinner
I also received the message "An Internal error has occurred. java.lang.Nullpointerexception"
– Flávio
this error is common in java, here for reasons that might be https://www.devmedia.com.br/java-lang-nullpointerexception-dica/28677
– Marcos Brinner
I believe now is some error related in your code
– Marcos Brinner
I haven’t created any web project yet. But I will search...
– Flávio
Good evening. I installed version JDK 8 and managed to launch Tomcat8 on Eclipse Oxygen. Thank you.
– Flávio
for nothing, good works
– Marcos Brinner