First of all, you will need to download and install Eclipse IDE for Java EE Developers
Lets use Kepler version 64bits.
http://www.eclipse.org/downloads/download.php
You can chose another
www.eclipse.org/downloads/packages/release/Kepler/SR2
Extract the content of file to a folder.
You can create a shortcut to your desktop for the lunch file “eclipse”
Lunch eclipse
At the first time, you have to select a workspace, (use this as default box, selected)
Close the wellcome tab
File... New... Project
In the Web Folder, select “Dinamic web project”
Next.
Project name: test
New runtime...
Next.
Donwload and install
Browse... to set installation directory
Acept the license
Finish
Add new Prespective : Debug
Open “servers” TAB
Add a new server:
“No servers are availeble, click this link to create new server”
NEXT
Add project to “Configured:”
Finish.
Now you have your local development envoirement ready to begin coding ! :)
________
ZXCoders