Java.exe: 虚拟机初始化时出错
Java.exe: Error occurred during initialization of VM
每次我尝试启动 java.exe
,在这种情况下 java.exe -version
,我得到这个输出:
Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/Object
这是我的问题的截图:
我在 Google 上搜索了解决方案,但没有任何效果...
确保您的 JAVA_HOME 环境变量设置为包含 bin/java.exe
的目录的完全限定路径
只需删除 c:/programdata/oracle/java/javapath_target_xxxxxx/
中的 java.exe
确保安装的 java bin 目录包含 rt.jar
每次我尝试启动 java.exe
,在这种情况下 java.exe -version
,我得到这个输出:
Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/Object
这是我的问题的截图:
我在 Google 上搜索了解决方案,但没有任何效果...
确保您的 JAVA_HOME 环境变量设置为包含 bin/java.exe
的目录的完全限定路径只需删除 c:/programdata/oracle/java/javapath_target_xxxxxx/
中的 java.exe确保安装的 java bin 目录包含 rt.jar