Installing Eclipse Ganymède Rc4 with the Web Development plugins

The actual release of Eclipse is the 3.3 but the new version, 3.4 alias Ganymede will be available soon. I'm pretty sure that the Rc4 is quite stable so I decided to use it.

To download the Rc4, just follow this link.

Now, I needed to install my usual plugins, that mean Pdt, Zend, Subclipse and JSEclipse.

For Pdt, the main problem of incompatibility is far away :). Just download the nighltly build at this location, and unzip it.
Then, launch Eclipse and go to Help > Software Updates... > Available Software. Click on Add Site, Local, and select the Pdt folder.
Then, follow the instruction to install it. VERY EASY !! :)

If you have a problem, follow this link.

Now, Zend Debugger. More easy, just click on Add Site, copy this link :
http://downloads.zend.com/pdt
and then unfold the new element to choose the Zend Debugger, check it and install it :)

Now, Subclipse, as same as Zend debugger, add this site :
http://subclipse.tigris.org/update_1.4.x
and install the plugin.

Finally, for JSEclipse, add this site :
http://download.macromedia.com/pub/labs/jseclipse/autoinstall/
and install the plugin.

You have now a new and fresh version of Eclipse Ganymede !

Now, go to work !!

Filed under  //  3.4   Development   debugger   eclipse   eclipse 3.4   ganymede   jseclipse   plugin   subclipse   zend  
Posted by Cyril Nicodème 

Installer Eclipse avec le plugin PHP (pdt) : JSEclipse

Après les infos pour installer le plugin Pdt pour PHP sous Eclipse, voici l'info pour installer JSEclipse, Javascript pour Eclipse.

Comme d'hab, c'est tout simple, il suffit d'ajouter un new Remote Site, avec comme url :
http://download.macromedia.com/pub/labs/jseclipse/autoinstall/

et voila, vous avez maintenant toutes les clés en main pour bien programmer du Web sous Eclipse ! :)

Filed under  //  Howtos   Javascript   Unix/Linux   eclipse   jseclipse   remote   site  
Posted by Cyril Nicodème