Friday, February 18, 2011

part 5 / 13: Install eclipse PHP all-in-one

You should have download eclipse-PHP when you read the first post. If it's not done go here:
http://www.eclipse.org/pdt/downloads/ and choose the All-In-One you need. The torrent is more efficient.

Then unzip the zip file in c:/

it create an eclipse folder. Find the executable file:
 eclipse.exe
and create a shortcut to the desktop.
run it.

it will propose you a default work space, change it to:

choose c:/xampp/htdocs

Select: "Use this as the default and do not ask again" and press OK.

Eclipse PHP opens on a welcome tab, close it

The next post is the explanation to install aptana studio instead of eclipse, go directly to the following one in which we will create a new php project.


1 comment:

  1. mac os x: the htdocs directory belong to "nobody", so I change the file mode. chmod -R 777 htdocs

    ReplyDelete