Problem of JVM with Eclipse Ganymede

It appear that the JVM (under Linux apparently (I've only tested on it)) has some problems that makes Eclipse crash a lots of time (just by saving a file, for example).
It's very boring.

I've found a solution to avoid this problem, just edit the eclipse.ini file and add this line :

-XX:CompileCommand=exclude,org/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding,<init>

Normally, your problem is now away ! :)

Filed under  //  Development   Java   bug   eclipse   ganymede   jvm  
Posted by Cyril Nicodème 

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) : Subclipse

Encore une nouvelle astuce pour installer un plugin essentiel dans la programmation, j'ai nommé Subversion.

Subversion (svn) est considéré comme étant meilleur que CVS, c'est pourquoi je parlerai de l'installation de Svn et non Cvs.

Comme d'hab, c'est tout simple, dans Eclipse, Help, Software Update, Find And Install. Cliquez sur New Remote Site et mettez :
http://subclipse.tigris.org/update_1.2.x

et voila, vous pouvez maintenant faire un nouveau projet en choisissant "Checkout Project From SVN" si le projet existe déjà et hop ! l'affaire est dans le sac :)

Pour mettre à jour le projet depuis le serveur :
team > update

Et pour faire une mise à jour de vos modification vers le serveur :
team > commit

Wala ! :)

Filed under  //  Howtos   Unix/Linux   commit   cvs   eclipse   release   subversion   svn   team   tigris   update  
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 

Installer Eclipse avec le plugin PHP (pdt)

Hello tout le monde !
Aujourd'hui, en astuce, comment installer eclipse avec le plugin PhP facilement

Mettre cette url dans les remotes sites pour les mises à jours :
PHP IDE : http://download.eclipse.org/tools/pdt/updates/

Ensuite, cocher toutes les cases, chercher les mises à jours, prendre
* Discovery Site > Web and J2ee Development, Web Standard Tool
Faire Select Required pour les dépendances
Et Php Ide, PDT, PDT Feature.
Next, attendre la mise à jour, Redémarrer Eclipse

Voila !! (Url en cas de besoin : http://www.thierryb.net/site/Installer-Eclipse-PHP-IDE-avec.html)

Maintenant, pour le mettre en francais :
La version actuelle d'eclipse n'à pas encore été traduite, c'est pour cela que l'on ne trouve pas de traductions.

Filed under  //  Howtos   Php   Unix/Linux   eclipse   environnement   francais   installation   pdt  
Posted by Cyril Nicodème