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

前端 未结 13 2131
星月不相逢
星月不相逢 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:06

    If none of the other options works, then this could be an issue with the version of the JDK itself, just uninstall the current jdk and install the latest version.

    I too faced this issue, after trying everything I upgraded to latest JDK, then this issue was resolved finally.

提交回复
热议问题