Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to install eclipse for php on windows7
    text
    copied!<p>I want to install Eclipse for PHP.</p> <p>I download Eclipse "PDT 3.0.2 w/Eclipse indigo" to my folder "c:\eclipse" and extract the zip file.</p> <p>I am also download "jre-6u37-windows-94.exe" and install it successfully.</p> <p>The problem is when I try to run the file eclipse.exe I get error.</p> <p><strong>A Java Runtime Environment (JRE) or Java Development Kit (JDK) must be available in order to run Eclipse. No Java virtual machine was found after searching the following locations: c:\eclipse\jre\bin\javaw.exe javaw.exe in your current PATH</strong></p> <p>The jre installed in directory.</p> <p><strong>c:\Program Files (x86)\java\jre7\bin</strong></p> <p>What should I do for running successfully the eclipse.</p> <p>this is my confog.ini</p> <pre><code>#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 </code></pre> <p>should I add the line <code>-vm Path=c:\Program Files(86)\Java\jre7\bin</code> to top file ?</p> <p>Because it is not working</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload