eclipse 插件的安装和卸载

原文地址:https://blog.csdn.net/p106786860/article/details/9168041


  1. Eclipse插件安装步骤 

  1. 使用Eclipse Marketplace安装 

在菜单栏中,Help->Eclipse Marketplace弹出对话框。 


在搜索栏中,搜索相应的插件,点击install安装。 

  1. 使用Install new software安装 

在菜单栏中,Help->Install New Software,弹出对话框。 


点击Add按钮。弹出Add Repository对话框。

 

Name填入名称,Location中填入安装更新的url。(如果某些插件下载jarzip压缩包本地安装,通过Archive按钮,选择相关文件)。点击OK 


Name列表中,你需要安装的插件选项。(建议取消Contact all update sites during install to find required software选项,这样可能由于联网检查更新,花费大量的时间)。点击Next按钮,随后根据向导安装。 

  1. 使用jar包安装 

将下载的插件的jar包,拷贝到eclipse4.2\plugins目录下,重启Eclipse 

  1. 使用.zip文件安装 

  1. Eclipse插件卸载步骤 

  1. EclipseHelp->About Eclipse,点击Installation Details按钮,可以查看安装插件的信息。 


  1. 选中需要卸载的插件,点击Uninstall按钮,卸载相关的插件。 

猜你喜欢

转载自blog.csdn.net/mengxiangxingdong/article/details/82926657