1.makesure your .zip file is an valid Eclipse Plugin
Note:
- that means: your .zip file contains folder
featuresandplugins, like this:
- for new version Eclipse Plugin, it may also include another two file
content.jarartifacts.jar, example:
but this is not important for the plugin,
the most important is the folder features and plugins
which contains the necessary xxx.jar,
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:
(2) manual install
- uncompress .zip file -> got foler
featuresandplugins - copy them into the root foder of Eclipse, which already contains
featuresandplugins - restart Eclipse, then can see your installed plugin's settings in
Window -> Preferences
for more detailed explanation, can refer my post:
本文介绍了如何确保.zip文件为有效的Eclipse插件,并提供了两种安装方法:自动安装和手动安装。自动安装通过Eclipse的帮助菜单完成,手动安装则需要解压文件并将features和plugins文件夹复制到Eclipse根目录。

3519

被折叠的 条评论
为什么被折叠?



