Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Change plugin directory!
Change plugin directory! [message #208131] Mon, 30 April 2007 11:14 Go to next message
Eclipse UserFriend
Originally posted by: martin.lindblad.gmail.com

Hi,

Is there a way to change the directory from where eclipse loads the
plugins?

I need this because now we are running eclipse remote and that makes it
very slow during startup. So if there is a way to change the plugin
directory to a local one it would be great. To run eclipse completly
local is not an option.


Thanks
Re: Change plugin directory! [message #208186 is a reply to message #208131] Mon, 30 April 2007 15:48 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wegener.cboenospam.com

Is this on a *nix system? If so, you could copy the Eclipse plugins locally
and create a symlink to the remote eclipse executable. Now your Eclipse
will use the local directory to load the plugins. This setup doesn't make
much sense though. Eclipse is almost entirely plugins so having them local
and leaving the few remaining pieces remote would'nt seem to buy you
anything.

"Martin" <martin.lindblad@gmail.com> wrote in message
news:f14j2s$ch2$1@build.eclipse.org...
> Hi,
>
> Is there a way to change the directory from where eclipse loads the
> plugins?
>
> I need this because now we are running eclipse remote and that makes it
> very slow during startup. So if there is a way to change the plugin
> directory to a local one it would be great. To run eclipse completly
> local is not an option.
>
>
> Thanks
Re: Change plugin directory! [message #208334 is a reply to message #208186] Tue, 01 May 2007 14:08 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: martin.lindblad.gmail.com

Thanks for the answer, Dave!

Ok, but don't you think eclipse will run a little bit faster if all the
plugins are read locally instead of getting all the needed info remote?
(we will have over 1500 plugins soon). The reason that we don't want to
run everything locally is that we then can't have control over which
version everyone are using.

Do you have a suggestion how we could increase the startup time for eclipse?

Thanks




Dave Wegener skrev:
> Is this on a *nix system? If so, you could copy the Eclipse plugins locally
> and create a symlink to the remote eclipse executable. Now your Eclipse
> will use the local directory to load the plugins. This setup doesn't make
> much sense though. Eclipse is almost entirely plugins so having them local
> and leaving the few remaining pieces remote would'nt seem to buy you
> anything.
>
> "Martin" <martin.lindblad@gmail.com> wrote in message
> news:f14j2s$ch2$1@build.eclipse.org...
>> Hi,
>>
>> Is there a way to change the directory from where eclipse loads the
>> plugins?
>>
>> I need this because now we are running eclipse remote and that makes it
>> very slow during startup. So if there is a way to change the plugin
>> directory to a local one it would be great. To run eclipse completly
>> local is not an option.
>>
>>
>> Thanks
>
>
Re: Change plugin directory! [message #208342 is a reply to message #208334] Tue, 01 May 2007 14:20 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

This is a multi-part message in MIME format.
--------------030906040302090507050302
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Martin,

Eclipse supports a links folder, just like the plugins folder, and it
can contain .link files that look like this:

path=<path-to-folder-containing-an-eclipse-folder>

The path must point to a folder that contains
eclipse/plugins/<additional-plugins> where the additional plugins will
be treated as if they appeared in the original/main eclipse's plugins
folder itself.


Martin wrote:
> Thanks for the answer, Dave!
>
> Ok, but don't you think eclipse will run a little bit faster if all
> the plugins are read locally instead of getting all the needed info
> remote? (we will have over 1500 plugins soon). The reason that we
> don't want to run everything locally is that we then can't have
> control over which version everyone are using.
>
> Do you have a suggestion how we could increase the startup time for
> eclipse?
>
> Thanks
>
>
>
>
> Dave Wegener skrev:
>> Is this on a *nix system? If so, you could copy the Eclipse plugins
>> locally
>> and create a symlink to the remote eclipse executable. Now your Eclipse
>> will use the local directory to load the plugins. This setup doesn't
>> make
>> much sense though. Eclipse is almost entirely plugins so having them
>> local
>> and leaving the few remaining pieces remote would'nt seem to buy you
>> anything.
>>
>> "Martin" <martin.lindblad@gmail.com> wrote in message
>> news:f14j2s$ch2$1@build.eclipse.org...
>>> Hi,
>>>
>>> Is there a way to change the directory from where eclipse loads the
>>> plugins?
>>>
>>> I need this because now we are running eclipse remote and that makes it
>>> very slow during startup. So if there is a way to change the plugin
>>> directory to a local one it would be great. To run eclipse completly
>>> local is not an option.
>>>
>>>
>>> Thanks
>>
>>


--------------030906040302090507050302
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Martin,<br>
<br>
Eclipse supports a links folder, just like the plugins folder, and it
can contain .link files that look like this:<br>
<blockquote> path=&lt;path-to-folder-containing-an-eclipse-folder& ;gt; <br>
</blockquote>
The path must point to a folder that contains
eclipse/plugins/&lt;additional-plugins&gt; where the additional plugins
will be treated as if they appeared in the original/main eclipse's
plugins folder itself.<br>
<br>
<br>
Martin wrote:
<blockquote cite="midf17hlo$25r$1@build.eclipse.org" type="cite">Thanks
for the answer, Dave!
<br>
<br>
Ok, but don't you think eclipse will run a little bit faster if all the
plugins are read locally instead of getting all the needed info remote?
(we will have over 1500 plugins soon). The reason that we don't want to
run everything locally is that we then can't have control over which
version everyone are using.
<br>
<br>
Do you have a suggestion how we could increase the startup time for
eclipse?
<br>
<br>
Thanks
<br>
<br>
<br>
<br>
<br>
Dave Wegener skrev:
<br>
<blockquote type="cite">Is this on a *nix system?&nbsp; If so, you could
copy the Eclipse plugins locally
<br>
and create a symlink to the remote eclipse executable.&nbsp; Now your
Eclipse
<br>
will use the local directory to load the plugins.&nbsp; This setup doesn't
make
<br>
much sense though.&nbsp; Eclipse is almost entirely plugins so having them
local
<br>
and leaving the few remaining pieces remote would'nt seem to buy you
<br>
anything.
<br>
<br>
"Martin" <a class="moz-txt-link-rfc2396E" href="mailto:martin.lindblad@gmail.com">&lt;martin.lindblad@gmail.com&gt;</a> wrote in message
<br>
<a class="moz-txt-link-freetext" href="news:f14j2s$ch2$1@build.eclipse.org">news:f14j2s$ch2$1@build.eclipse.org</a>...
<br>
<blockquote type="cite">Hi,
<br>
<br>
Is there a way to change the directory from where eclipse loads the
<br>
plugins?
<br>
<br>
I need this because now we are running eclipse remote and that makes it
<br>
very slow during startup. So if there is a way to change the plugin
<br>
directory to a local one it would be great. To run eclipse completly
<br>
local is not an option.
<br>
<br>
<br>
Thanks
<br>
</blockquote>
<br>
<br>
</blockquote>
</blockquote>
<br>
</body>
</html>

--------------030906040302090507050302--
Re: Change plugin directory! [message #208459 is a reply to message #208334] Tue, 01 May 2007 20:35 Go to previous message
Eclipse UserFriend
Originally posted by: wegener.cboenospam.com

Your statement is confusing. Plugins define what version you are running.
Outside of plugins, there is only a small executable that starts up a jvm
which runs a startup class that then begins loading plugins. If everyone
copies plugins locally, then there is nothing left on the remote location
that effects versions.


"Martin" <martin.lindblad@gmail.com> wrote in message
news:f17hlo$25r$1@build.eclipse.org...
> Thanks for the answer, Dave!
>
> Ok, but don't you think eclipse will run a little bit faster if all the
> plugins are read locally instead of getting all the needed info remote?
> (we will have over 1500 plugins soon). The reason that we don't want to
> run everything locally is that we then can't have control over which
> version everyone are using.
>
> Do you have a suggestion how we could increase the startup time for
eclipse?
>
> Thanks
>
>
>
>
> Dave Wegener skrev:
> > Is this on a *nix system? If so, you could copy the Eclipse plugins
locally
> > and create a symlink to the remote eclipse executable. Now your Eclipse
> > will use the local directory to load the plugins. This setup doesn't
make
> > much sense though. Eclipse is almost entirely plugins so having them
local
> > and leaving the few remaining pieces remote would'nt seem to buy you
> > anything.
> >
> > "Martin" <martin.lindblad@gmail.com> wrote in message
> > news:f14j2s$ch2$1@build.eclipse.org...
> >> Hi,
> >>
> >> Is there a way to change the directory from where eclipse loads the
> >> plugins?
> >>
> >> I need this because now we are running eclipse remote and that makes it
> >> very slow during startup. So if there is a way to change the plugin
> >> directory to a local one it would be great. To run eclipse completly
> >> local is not an option.
> >>
> >>
> >> Thanks
> >
> >
Previous Topic:how to get the data from the texteditor
Next Topic:Out of memory error --
Goto Forum:
  


Current Time: Fri Apr 26 05:49:22 GMT 2024

Powered by FUDForum. Page generated in 0.08670 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top