Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试使用 eclipse.exe 文件启动 eclipse 时,它失败了。在我的系统上安装 JDK 7 后,此问题开始出现。
当我使用命令行参数时
eclipse -vm "C:\Program Files\Java\jdk1.7.0_06\bin"
日食开始就好了。我假设它与导致问题的 JVM 有关。
同时,当我尝试检查 java 版本时,出现以下错误:
C:\Test>java -version 虚拟机初始化时出错
不确定这两者是否相关。
java -version failing indicates to me that you probably need to configure the OS environment variables,
java -version
JAVA_HOME=C:\Program Files\Java\jdk1.7.0_06
Path=...;%JAVA_HOME%\bin;