启动eclipse报错 Could not create the Java Virtual Machine

来源:互联网 发布:discuz源码下载 编辑:程序博客网 时间:2024/05/07 02:13

今天下载了eclipse neon,但是启动的时候报错,Could not create the Java Virtual Machine,A fatal exception has occurred。

网上查询了下,大多数说修改配置文件中的Xmx即可,但是我自己怎么试都不行。

后来看到另一种方法:删除C:\Windows\System32目录下的java.exe、javaw.exe、javaws.exe这三个文件。

试了一下竟然可以了,至于为什么可以还不知道,先记录下来。

7 2