美文网首页
离线安装eclipse的svn插件

离线安装eclipse的svn插件

作者: 张文健 | 来源:发表于2016-12-04 12:21 被阅读0次

    连接不到外网情况下,在eclipse中安装svn插件。
    两种方法:
    首先下载安装到eclipse的svn插件包,包里会有“plugins”和“features”两个文件夹,安装时要用到。
    1、然后找到eclipse目录下的同名文件夹“plugins”和“features”将下载的svn对应名称文件夹下的内容复制到eclipse的同名文件夹中。
    svn的“plugins”文件夹里的内容复制到eclipse的“plugins”文件夹中,svn“features”文件中的内容复制到eclipse的“features”文件夹中。
    找到eclipse启动的快捷“eclipse.exe”,右键属性,在“目标”最后位置加上“-clean”
    即:...\eclipse.exe" -clean
    正常启动eclipse即可。
    2、在eclipse界面菜单下点help->Install New Software
    在弹出页面点右上角的“add...”按钮。
    弹出页面的“Name”自己填一个名字,再点“Archive...”按钮,选择下载好的eclipse的SVN插件包(不要解压)。
    OK->next。。。。。。安装完成重启eclipse即可。

    相关文章

      网友评论

          本文标题:离线安装eclipse的svn插件

          本文链接:https://www.haomeiwen.com/subject/fsdhmttx.html