Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » download a plugin froma zip file(download a plugin froma zip file)
download a plugin froma zip file [message #550965] Wed, 04 August 2010 17:15 Go to next message
MohamedA  is currently offline MohamedA Friend
Messages: 12
Registered: August 2010
Junior Member
Hi

How can I downlaod an Eclipse plugin from a zip file? Do I just copy the Jar files from the plugin and feature folders to thier counterparts in my eclipse installation folder.

any help would be much appreciated
Mo


Re: download a plugin froma zip file [message #550977 is a reply to message #550965] Wed, 04 August 2010 18:00 Go to previous messageGo to next message
Michael Pellaton is currently offline Michael PellatonFriend
Messages: 289
Registered: July 2009
Senior Member
> How can I downlaod an Eclipse plugin from a zip file? Do I just copy the
> Jar files from the plugin and feature folders to thier counterparts in
> my eclipse installation folder.
You can do that, but that's not the preferred way!

See
http://www.jugs.ch/html/events/slides/091029_ESE09-p2-short. pdf
http://www.slideshare.net/irbull/p2-introduction

If ever possible, install from a site. Sites can be local too and if the
zip file you downloaded contains the necessary metadata, you can use it
as a site.

If the plugin you need does not provide a site, file a bug. This is
something that needs to be fixed upstream by the projects providing the
plugins.

HTH
Michael
Re: download a plugin froma zip file [message #550993 is a reply to message #550977] Wed, 04 August 2010 18:58 Go to previous message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
On 8/4/10 2:00 PM, Michael Pellaton wrote:
>> How can I downlaod an Eclipse plugin from a zip file? Do I just copy the
>> Jar files from the plugin and feature folders to thier counterparts in
>> my eclipse installation folder.
> You can do that, but that's not the preferred way!
>
> See
> http://www.jugs.ch/html/events/slides/091029_ESE09-p2-short. pdf
> http://www.slideshare.net/irbull/p2-introduction
>
> If ever possible, install from a site. Sites can be local too and if the
> zip file you downloaded contains the necessary metadata, you can use it
> as a site.
>
> If the plugin you need does not provide a site, file a bug. This is
> something that needs to be fixed upstream by the projects providing the
> plugins.

+1
Installing a plugin manually is still supported, but it is a much more
error-prone process that way (because you don't get the benefit of
dependency checking and resolution). If you have no option to get the
development machine access to the internet, you'll need to put plugin
JARs into the /dropins folder of Eclipse. Read more here:
http://wiki.eclipse.org/Equinox_p2_Getting_Started#Dropins

Hope this helps,
Eric
Previous Topic:Custom method descriptions
Next Topic:Getting a Plugin
Goto Forum:
  


Current Time: Thu Apr 25 09:30:50 GMT 2024

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

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

Back to the top