sazzie Posted February 28, 2007 Share Posted February 28, 2007 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 More sharing options...
rapa Posted March 12, 2007 Share Posted March 12, 2007 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 Link to comment https://forums.phpfreaks.com/topic/40524-eclipse-phpeclipse-plugin/#findComment-205278 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.