Pete Freitag Pete Freitag

Howto keep Eclipse Plugins between upgrades

Updated on November 17, 2023
By Pete Freitag
coldfusionjavamisc

The Javalobby has a great article called Eclipse: Managing Multiple Eclipse Installations that shows you how you can keep one plugins directory and have it work for multiple eclipse installs.

Since I do a lot of Java 1.5 development, I have to use Eclipse 3.1, and I keep updated with the latest milestones. This means I am installing a new version of Eclipse every few months, and I was reinstalling my plugins each time - I knew there was a better way, but I never got around to finding it.



eclipse plugins tips cfeclipse

Howto keep Eclipse Plugins between upgrades was first published on May 12, 2005.

If you like reading about eclipse, plugins, tips, or cfeclipse then you might also like:

FuseGuard Web App Firewall for ColdFusion

The FuseGuard Web Application Firewall for ColdFusion & CFML is a high performance, customizable engine that blocks various attacks against your ColdFusion applications.

CFBreak
The weekly newsletter for the CFML Community


Comments

I've just started using Eclipse, so I've not much experience to bring to the table. However I had version 3.0.2 installed, with several plugins. I tried installing the WTP (Web Tools Platform) and could not get it to work. Someone in the newsgroup then told me that I needed version 3.1M6 to make WTP run. Having no knowledge on how to update the Eclipse version I downloaded it, and then just unpacked it into my "old" Eclipse directory. When I then opened up Eclipse it was the new version (3.1) that opened, but all my old projects and plugins was still intact. And WTP even worked without trying to installing it once again under the new version.

I probably did the update the "wrong" way (knowing no other), but thought I'd share my experience with it.
by Trond Ulseth on 05/12/2005 at 4:16:29 PM UTC