Re: How to put a plugin folder outside Eclipse under Linux?



On 12-5-2005 3:03, etienno@xxxxxxxxx wrote:

Hi,

I dont have suffisent right to add a plugin inside the plugin folder of
Eclipse (and feature folder). How can I start Eclipse with a plugin I
have in my home directory? Is there a way to set the "path" of pluggin
folder and feature folder?

Thanks

Etienne.

You can add extra extension locations to Eclipse.
The important thing is that a directory serving as extra extension location must contain an (empty) marker file with the name '.eclipseextension' (without quotes).
To make unpacking of plugin jars easy, I'd recommended to give the directory containing '.eclipseextension' the name 'eclipse'.


mkdir ~/myextloc
mkdir ~/myextloc/eclipse
touch ~/myextloc/eclipse/.eclipseextension

Unpack any your plugin jars in to ~/myextloc. Most plugin jars have 'eclipse/' as the root path of their entries, so unpacking them automagically creates the proper structure, i.e. with subdirs:
~/myextloc/eclipse/features/
~/myextloc/eclipse/plugins/


Then, in Eclipse use Help -> Software Updates -> Manage Configuration.
In the configuration manager, click the 'Add Extension Location' link in the right pane (or right-click on the 'Eclipse Platform' entry in the left pane and select New -> Extension Location). Browse to ~/myextloc/eclipse and select it.
--
Regards,


Roland de Ruiter
  ___      ___
 /__/ w_/ /__/
/  \ /_/ /  \
.



Relevant Pages

  • How to put a plugin folder outside Eclipse under Linux?
    ... I dont have suffisent right to add a plugin inside the plugin folder of ... Eclipse (and feature folder). ... How can I start Eclipse with a plugin I ...
    (comp.lang.java.softwaretools)
  • Re: How to put a plugin folder outside Eclipse under Linux?
    ... I've read something about creating a folder link in the eclipse install dir ... > I dont have suffisent right to add a plugin inside the plugin folder of ... > Eclipse (and feature folder). ...
    (comp.lang.java.softwaretools)
  • Re: Programming IDE
    ... use Eclipse with the C/C++ IDE plugin and then just build your ... >> me to point it at the makefile I wish ... > But in terms of true development environments, ...
    (Fedora)
  • [OT] Eclipse Plugin wird nicht geladen
    ... Ich habe mich schon bei zwei eclipse Mailinglisten eingeschrieben, auf denen so gut wie niemand etwas postet. ... die jeweils ein Eclipse Plugin implementieren. ... System.out.println Ausgaben in den Konstruktor der Klasse, die als Bundle-Activator im Manifest.mf von Plugin B definiert ist, hinzufügen und erneut ausprobieren. ... Nächster eigentlich sinnfreier Versuch, ist die Textausgabe nicht im Konstruktor zu machen, sondern in der startMethode des Activators, welche von Eclipse beim Starten des Plugins aufgerufen werden sollte. ...
    (de.comp.lang.java)
  • Re: Eclipse Plugin wird nicht geladen
    ... Verfügbaren des Eclipse Projektes für mein unten formuliertes Problem ... die jeweils ein Eclipse Plugin ... die als Bundle-Activator im Manifest.mf von Plugin B definiert ist, ... Konstruktor zu machen, sondern in der startMethode ...
    (de.comp.lang.java)