Re: How to put a plugin folder outside Eclipse under Linux?
- From: Roland <roland@xxxxxxxxx>
- Date: Thu, 12 May 2005 15:28:39 +0200
On 12-5-2005 3:03, etienno@xxxxxxxxx wrote:
You can add extra extension locations to Eclipse.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.
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_/ /__/ / \ /_/ / \ .
- References:
- How to put a plugin folder outside Eclipse under Linux?
- From: etienno
- How to put a plugin folder outside Eclipse under Linux?
- Prev by Date: j2me: tourn off my pc from mobile
- Next by Date: Re: Bob Brewin, Sun's chief tool developer, is interviewed on their Java site.
- Previous by thread: Re: How to put a plugin folder outside Eclipse under Linux?
- Next by thread: jbuilder debugger will not run while VPN client is connected
- Index(es):
Relevant Pages
|