# Eclipse + PHP + J2EE + Rails
I have just decided to upgrade Eclipse, and thought it best to start from scratch. I do a lot of work in Java, PHP as well as Ruby on Rails and so I tried to set up an integrated environment using Eclipse. I have documented the steps here as much as a reminder for myself as a guide for other people trying to something similar.
First, download and unzip the Ecipse + J2EE package from http://www.eclipse.org/downloads/. You do not need to ‘install’ Eclipse as such, just put the uncompressed directory somewhere logical (/Applications on a Mac, for example).
- Launch Eclipse
- Select: Help -> Software Update -> Final and Install.
- Select Search for new features to install
- Check the Europa Discovery Service
- Select Add Remote Site
- Type in name: Aptana (For javascript support)
- Type in url: http://update.aptana.com/install/3.2/
- Select OK
- Type in name: RadRails
- Type in url: http://update.aptana.com/install/rails/3.2/
- Select OK
- Type in name: Subclipse
- Type in url: http://subclipse.tigris.org/update_1.2.x
- Select OK
- Type in name: PDT
- Type in url: http://download.eclipse.org/tools/pdt/updates/
- Select OK
- Type in name: Hibernate Tools
- Type in url: http://download.jboss.org/jbosside/updates/development
- Select OK
Phew, so after all that, you should have an Eclipse IDE set up to support PHP, Ruby, Rails, Javascript, Java, Hibernate and Subversion. You can, of course, select many other tools from the Europa discovery site for other development tools, graphical editing and the like.
