Open Eclipse.
Note
These installation instructions assume that you have Eclipse 3.5. On other versions of Eclipse, the steps might have different menu items, but the process is the same.
On the Help menu, click Install New Software.
The Install dialog box appears.
Click Add.
The Add Site dialog box appears.
In Name, type Local Team Explorer plug-in archive.
Click Archive.
Specify the location of the archive file on the product media of this procedure and click Open.
You can find the archive file TFSEclipsePlugin-UpdateSiteArchive-10.1.0.zip in the \PluginForEclipse folder on the product media.
You can also download the archive file from the following page on the Microsoft Web site: Microsoft Download Center.
Click OK.
In the list of features in the Install dialog box, select the check box that corresponds to Team Explorer Everywhere.
Click Next two times.
Accept the Microsoft Software License Terms, and then click Next.
Select the Use a full-featured trial version of Microsoft Visual Studio Team Explorer Everywhere check box, and then click Finish.
You must restart Eclipse when prompted.
------这是帮助文档上的一段
对于Myeclipse8.5有所不同:
方法一:
选择HELP菜单中的myeclipse configuration center 会很慢很慢
选software add site 将你下载的TFSEclipsePlugin-UpdateSiteArchive-10.1.0.zip添加进行 完后重启myeclipse
对于上一种方法 我是这么搞都不爽 又慢又卡
推荐使用方法二:
1、从官网下载TFSEclipsePlugin-UpdateSiteArchive-10.1.0.zip文件
2、在myeclipse安装目录下新建tfs文件夹(与Common文件夹在同一目录下)
3、从TFSEclipsePlugin-UpdateSiteArchive-10.1.0.zip中解压出features与plugins文件夹,复制到c:\MyEclipse\tfs里面,其它的*.xml文件不要。
4、在E:\MyEclipse\MyEclipse8.5\dropins下新建文件tfs.link,内容是:path=E:\\MyEclipse\\tfs 保存。
5、重启myeclipse就一切正常了。
所有有关的插件都可以这样安装 这样就方便多了
分享到:
相关推荐
【MyEclipse的TFS插件中文版】是一款专为MyEclipse集成开发环境设计的Team Foundation Server(TFS)版本控制系统插件,它使得在MyEclipse中管理TFS项目变得更为便捷。TFS是一种强大的协作平台,由微软公司开发,...
4. **安装插件**:将解压后的SVN插件文件夹复制或移动到"dropins"目录下。这样做是因为MyEclipse会在启动时自动检测该目录下的所有插件,并进行安装。 5. **重启MyEclipse**:完成上述步骤后,你需要重启MyEclipse...
然后重启MyEclipse,系统会自动检测并安装插件。 4. **验证安装**:安装完成后,重启MyEclipse,检查是否能在“Window”菜单下的“Preferences”(或“首选项”)中看到Freemarker的相关设置。同时,新建项目时,...
4. **安装插件**: - 如果你从远程站点添加了插件,选择刚添加的源,然后在列表中查找与SVN相关的插件,例如“Subversive SVN Team Provider”或“Subclipse”。勾选这些插件,然后点击“Next”。 - 如果你添加的...
Eclipse(MyEclipse)离线插件安装工具 C:\>java -jar instPlug4MyEclipse.jar Use:java -jar instPlug4MyEclipse.jar PluginPath eclipsePath 如:java -jar instPlug4MyEclipse.jar D:/ADT-18.0.0 D:/myeclipse10 ...
(2) 将jadeclipse插件net.sf.jadclipse_3.3.0.jar 拷贝到myeclipse安装目录\Genuitec\Common\plugins\目录下。 (3) 在myeclipse安装目录下的dropins中创建eclipse文件夹,然后在eclipse文件夹中分别创建...
然而,Myeclipse 8.6出厂时并未内置SVN支持,因此我们需要手动安装插件来实现这一功能。 安装SVN插件的步骤如下: 1. **下载SVN插件**:你可以从官方网站或第三方资源网站获取适用于Eclipse的Subversive或...
4. **安装插件**:返回“首选项”主界面,这次选择“插件开发”(Plug-in Development),然后点击“开发工具”(Development Tools)。在这里,你可以看到已添加的SVN插件源,选择后点击“下一步”(Next)进行安装...
myeclipse2017破解插件myeclipse2017破解插件myeclipse2017破解插件myeclipse2017破解插件myeclipse2017破解插件myeclipse2017破解插件myeclipse2017破解插件myeclipse2017破解插件myeclipse2017破解插件myeclipse...
Myeclipse中spket插件安装 压缩包带ext.jsb ext.jsb2 Myeclipse安装spket插件过程word文档 spket-1[1].6.18.jar破解版安装包
本文将详细介绍如何在MyEclipse中安装ArcGIS插件的源码,帮助开发者实现GIS功能的集成。 首先,我们需要了解MyEclipse。MyEclipse是一款强大的、基于Eclipse的Java集成开发环境,提供了丰富的功能,包括代码编辑、...
myeclipse安装svn插件的多种方式
在MyEclipse中安装插件,通常需要找到对应平台的插件包,例如`org.tigris.subversion.subclipse.feature_*.zip`和`org.tigris.subversion.subclipse.myeclipse_*.zip`。这些文件包含了Subclipse(一个流行的SVN插件...
本篇文章将详细介绍如何在MyEclipse集成开发环境中安装SVN插件,以便更好地进行代码版本管理和协同开发。 首先,我们需要理解MyEclipse与SVN的关系。MyEclipse是一款功能强大的Java集成开发环境,它基于Eclipse平台...
MyEclipse作为一款强大的Java集成开发环境,支持安装各种插件以增强其功能,包括SVN插件。以下将详细介绍如何在MyEclipse中安装SVN插件的几种方法。 1. **在线安装** 在线安装是最常见的方法,适用于网络条件较好...
### Myeclipse离线安装插件 在软件开发过程中,集成开发环境(IDE)的扩展性和灵活性至关重要。本文档详细介绍了如何在Myeclipse中离线安装checkStyle和findBugs插件,以及如何使用这些工具来提高代码质量和可维护...
【MyEclipse 安装 SVN 插件的多种方式】 在软件开发过程中,版本控制工具如SVN(Subversion)是不可或缺的,它能够帮助团队协作时管理代码版本,跟踪更改历史。MyEclipse作为流行的Java开发环境,支持集成各种插件...
2. **启动MyEclipse**:确保MyEclipse已经关闭,因为安装插件时需要一个干净的环境。 3. **复制文件**:将刚刚解压出的`features`和`plugins`目录复制到MyEclipse的安装目录下的`dropins`文件夹中。这通常位于`C:\...