Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install multiple versions of Eclipse in the same place

Tags:

eclipse

I have downloaded Eclipse Javascript and Eclipse PDT. Now I want to install them in one place, because I want to get both features in one place.

How can I do this?

I know one way is to install (unpack) one of the above and add the other via Install New Software on the help menu, but I can't do online installation due to my internet connection constraints.

I am running Debian 6.0.1a, i386.

like image 694
Omid Kamangar Avatar asked Nov 22 '25 08:11

Omid Kamangar


1 Answers

() Unpack both packages to disk () From one of the packages, go to: Help->Install New Software->Add->Local () Browse to the other package, and select the folder: eclipse->p2->profileRegistry-> () Install the software.

Alternatively you can use Marketplace client to find and install the plugins from the other package.

like image 109
Prakash G. R. Avatar answered Nov 24 '25 02:11

Prakash G. R.