Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>You should be able to do this as follows:</p> <ol> <li>Start with an Eclipse install for one of the platforms.</li> <li>Get the RCP delta pack (from <a href="http://download.eclipse.org/eclipse/downloads/drops/R-3.7.1-201109091335/index.php" rel="nofollow">the download site</a> and look for "DeltaPack").</li> <li>Put the contents of the eclipse/plugins folder into the "dropins" folder of your Eclipse installation. This will provide the necessary Jar files on all platforms, and it will also tell the p2 installer to install them correctly. You should also put it in your plugins folder so that your alternate version of eclipse.ini works correctly.</li> <li>Use the appropriate <a href="http://help.eclipse.org/indigo/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html" rel="nofollow">command line options</a> to start with the desired architecture, OS and window system.</li> </ol> <p>You might need to have a version of eclipse.ini for each platform and specify the location of this using one of the command line args.</p> <p>Note that I have not tested this, but I'm hoping it will point you in the right direction.</p> <p>Another thing you can consider in more recent versions of Eclipse is that there might be some options with the p2 installer that allow all of the common plugins to be in a single place and then you can use the real installations (and instruct them to look in the common place for plugins). I don't know how to do this, but you could look at the p2 documentation on the Eclipse wiki, or ask in the Eclipse p2 newsgroup or the p2-dev mailing list.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload