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 时,我收到一条错误消息,提示在当前路径中找不到 javaw.exe。我尝试使用 configuration.ini 文件更改路径,但不起作用。还尝试重新安装JDK并设置PATH环境,但没有用。任何人都可以指导我。
试试这个把这些行放在 eclipse.ini 的末尾
-vm <your path to jdk|jre>/bin/javaw.exe
并设置 JAVA_HOME 环境变量 见这里