Jump to content

Eclipse --- phpeclipse plugin


Recommended Posts

 

I am trying to get me eclipse installation to work with a phpeclipse manual installation.

I have put the extracted files in every conceivable place under my eclipse directory but I can not

get eclipse to recognise my php code.

 

I found the following on the net:

 

"Unzip the *.zip file into your eclipse install directory

(Note: the /plugins and /features directories in the *.zip file should be in sync with the eclipse /plugins and /features directories)"

 

It seems pretty staight forward but can anyone advice me on what "sync" means and any general eclipse plugin manual installation

techniques?

 

Thank you.

Link to comment
https://forums.phpfreaks.com/topic/40524-eclipse-phpeclipse-plugin/
Share on other sites

  • 2 weeks later...

Eclipse 3.x caches all plugin.xml files into a single repository for quicker loading. If you used eclipse before installing PHPeclipse, you should start eclipse once with the -clean option. This -clean forces Eclipse to rebuild that repository. This applies to anything that is installed into eclipse by unzipping it into its plugins folder.

 

 

go start -> run

type cmd enter

after type your eclips path and clan option

 

eg: c:/program files/eclipse/eclipse.exe-clean

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.