What's the simplest way to run multiple, completely separate Eclipse profiles?
I have some projects that use google appengine, some android projects, and some standard Java projects. I'd like to keep these three separate, as the app engine and android projects require extensive plugins to be installed that slow Eclipse down and interfere with other functions.
I've tried creating a different workspace for each, but when I e.g. install the android plugin in one workspace it shows up in the others. I believe this is because it adds data to
$HOME/.eclipse
So, what's the easiest/nicest way to run three truly separate profiles?
Create 3 different eclipse installations. (different directories for each installation)