且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

没有找到Eclipse-JDK

更新时间:2023-08-21 19:40:40

当我遇到这个问题,我解决了以下方式(我有Windows 7):

When I had this problem, I solved the following way (I have Windows 7):


  1. 右键单击桌面上的Eclipse图标。

  2. 属性

  3. 目标:C:\eclipse\eclipse.exe -vm C:\Java\jdk1.6.0_32\jre\bin\javaw.exe

  1. Right click on the Eclipse icon in your desktop.
  2. Properties
  3. Target: C:\eclipse\eclipse.exe -vm C:\Java\jdk1.6.0_32\jre\bin\javaw.exe

3a(如果你的jdk安装在一个像Program Files):C:\eclipse\eclipse.exe -vmC:\Java\jdk1.6.0_32\\ jre\bin\javaw.exe

3a (if your jdk is installed in a path like "Program Files"): C:\eclipse\eclipse.exe -vm "C:\Java\jdk1.6.0_32\jre\bin\javaw.exe"