Link to home
Start Free TrialLog in
Avatar of komlaaa
komlaaa

asked on

update eclipse

Hi,
Can someone show how i could update eclipse to 3.2 without loosing the previous projects in my workspace?
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Just point the new version at your workspace
Avatar of Ajay-Singh
Ajay-Singh

You can do the following:

1. Install eclipse in different folder than the previous version of it.
2. From the installtion folder, run the new version of eclipse as:
    ./eclipse -data <old eclipse workspace location>
Avatar of komlaaa

ASKER

>Just point the new version at your workspace
I have many new features and plug-ins added to the older version.
That is, i dont want to get a rid of my old version
You could try copying the plugins folder into your new version if they're supported by the new version (and vice versa)
ASKER CERTIFIED SOLUTION
Avatar of Ajay-Singh
Ajay-Singh

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
> That is, i dont want to get a rid of my old version

you have to unfortunately.
To avoid doing it in the future create a seperate location to install your plugins.
You don't have to get rid of your old version. Many people run more than one version of Eclipse.

I've just updated successfully and simply copied my plugins folder over. You don't need to copy each plugin separately as is suggested at that link.

For optimal ways to support several versions, see

http://blog.exis.com/colin/archives/2004/12/23/managing-plugins-in-eclipse/
> I've just updated successfully and simply copied my plugins folder over. You don't need to copy each plugin separately as is suggested at that link.

dangerous practice and definitely not guaranteed to work

> For optimal ways to support several versions, see

already been mentioned
>>dangerous practice and definitely not guaranteed to work

Nobody said it was guaranteed to work. In my case, there were errors in my IDE *until* i copied it over

>>already been mentioned

Where?
Avatar of komlaaa

ASKER

i will get back to u all -- thanks