How to solve could not create the virtual machine error of Java Virtual Machine Launcher?

前端 未结 13 2129
星月不相逢
星月不相逢 2020-12-08 09:46

I am working on java wicket framework and Apache tomcat. Here I have Problem when i tried
to start tomcat it shows Java Virtual Machine Launcher pop window \"Could not c

13条回答
  •  心在旅途
    2020-12-08 10:11

    I was facing the same issue while i was using JDK 1.8.0_05 64 bit and eclipse-jee-oxygen-3a-win32-x86_64 on Windows 64 bit Operating System.

    Finally i resolved the issue by changing JDK version jdk1.8.0_05 to jdk1.8.0_172

提交回复
热议问题