This is the mail archive of the eclipse@sources.redhat.com mailing list for the gcj-compiled eclipse project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Eclipse plugins question.


Hallo Tom,

* Tom Tromey wrote:
>In my opinion, putting stuff in /usr/lib/eclipse isn't a great idea,
>unless you're installing them from RPMs.

cd /usr/lib/eclipse
mkdir links
cd links
echo "path=r /usr/local/share/eclipse" > usr_local.links
# read only -> no update manager for this 'site'
cd /usr/local/share
mkdir eclipse
cd eclipse
mkdir plugins
mkdir features
 unzip <plugin.zip> -d plugins
or
 unzip <features.zip>

You can also try with applying the patch from 
http://bugs.eclipse.org/bugs/show_bug.cgi?id=36101
and add a 'site' in your $HOME.

Jan
-- 
Jan Schulz                     jasc@gmx.net
     "Wer nicht fragt, bleibt dumm."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]