怎样从.zip压缩文件安装Eclipse插…

1.makesure your .zip file is an valid Eclipse Plugin

Note:

  1. that means: your .zip file contains folder features and plugins, like this:

lRMcK

eclipse, plugins, zip, 压缩
  1. for new version Eclipse Plugin, it may also include another two file content.jar artifacts.jar, example:

hEFa4

but this is not important for the plugin,

the most important is the folder features and plugins

which contains the necessary xxx.jar,

for example: 38Adw

2.for valid Eclipse Plugin .zip file, you have two method to install it

(1) auto install

Help -> Install New Software -> Add -> Archive

then choose your .zip file

example:

select-zip-into-repository-archieve_thumb

(2) manual install

  1. uncompress .zip file -> got foler features and plugins
  2. copy them into the root foder of Eclipse, which already contains features and plugins
  3. restart Eclipse, then can see your installed plugin's settings in Window -> Preferences

怎样从.zip压缩文件安装Eclipse插件


for more detailed explanation, can refer my post:

Summary methods of install Eclipse Plugin from .zip

你可能感兴趣的:(软件开发)