How to install Eclipse plugin from .zip ? I have installed plugins by choosing site and then check but never from .zip . Can anybody help ?
|
It depends on what the zip contains. Take a look to see if it got content.jar and artifacts.jar. If it does, it is an archived updated site. Install from it the same way as you install from a remote site. If the zip doesn't contain content.jar and artifacts.jar, go to your Eclipse install's dropins directory, create a subfolder (name doesn't matter) and expand your zip into that folder. Restart Eclipse. |
|||||||||||||
|
1.makesure your .zip file is an valid Eclipse PluginNote:
but this is not important for the plugin, the most important is the folder which contains the necessary xxx.jar, for example:
2.for valid Eclipse Plugin .zip file, you have two method to install it(1) auto install
then choose your .zip file example:
(2) manual install
for more detailed explanation, can refer my post: |
||||
|
|
|
To install the plug-in, unzip the file into the Eclipse installation directory (or the plug-in directory depending on how the plug-in is packaged). The plug-in will not appear until you have restarted your workspace (Reboot Eclipse). |
|||||||||||||
|
|
The accepted answer from Konstantin worked, but there were a few additional steps. After restarting Eclipse, you still have to go into software updates, find your newly available software, check the box(es) for it, and click the "install" button. Then it'll prompt you to restart again and only then will you see your new views or functionality. Additionally, you can check the "Error Log" view for any problems with your new plugin that eclipse is complaining about. |
|||
|
|





