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

来源:互联网 发布:lol数据分析平台 编辑:程序博客网 时间:2024/04/30 00:43

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

Note:

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

lRMcK

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

hEFa4

but this is not important for the plugin,

the most important is the folderfeatures and plugins

which contains the necessary xxx.jar,

for example: 38Adw

2.for valid Eclipse Plugin .zip file, you have two method toinstall 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 -> gotfoler features andplugins
  2. copy them into the root foder of Eclipse,which already contains features andplugins
  3. restart Eclipse, then can see your installed plugin's settingsin Window -> Preferences

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


for more detailed explanation, can refer my post:

Summary methods of install Eclipse Plugin from .zip

原创粉丝点击