我想为 PHP 安装 Eclipse。
我将 Eclipse“PDT 3.0.2 w/Eclipse indigo”下载到我的文件夹“c:\eclipse”并解压缩 zip 文件。
我也在下载“jre-6u37-windows-94.exe”并安装成功。
问题是当我尝试运行文件 eclipse.exe 时出现错误。
必须有 Java 运行时环境 (JRE) 或 Java 开发工具包 (JDK) 才能运行 Eclipse。搜索以下位置后未找到 Java 虚拟机:c:\eclipse\jre\bin\javaw.exe javaw.exe in your current PATH
jre 安装在目录中。
c:\Program Files (x86)\java\jre7\bin
我应该怎么做才能成功运行日食。
这是我的 confog.ini
#This configuration file was written by: org.eclipse.equinox.internal.frameworkadmin.equinox.EquinoxFwConfigFileParser
#Mon Jun 11 14:17:27 IDT 2012
org.eclipse.update.reconcile=false
eclipse.p2.profile=pdtProfile
osgi.framework=file\:plugins/org.eclipse.osgi_3.7.2.v20120110-1415.jar
equinox.use.ds=true
osgi.bundles=reference\:file\:org.eclipse.equinox.simpleconfigurator_1.0.200.v20110815-1438.jar@1\:start
org.eclipse.equinox.simpleconfigurator.configUrl=file\:org.eclipse.equinox.simpleconfigurator/bundles.info
eclipse.product=org.zend.php.product
osgi.splashPath=vplatform\:/base/plugins/org.zend.php
osgi.framework.extensions=
osgi.bundles.defaultStartLevel=4
eclipse.p2.data.area=@config.dir/../p2
eclipse.application=org.eclipse.ui.ide.workbench
org.zend.php.customization.site.url=http\://downloads.zend.com/studio-eclipse/updates-extra/9_0,http\://downloads.zend.com/studio-eclipse/updates/9_0
我应该将该行添加-vm Path=c:\Program Files(86)\Java\jre7\bin
到顶级文件吗?
因为它不工作