Although there are many software for Java development, in the actual development process, the number of people using eclipse to develop is still more. In this section, we describe the download use of Eclispe and the installation of its plug-in.
First: Tool preparation
1.eclispe Download, official website address (HTTP://WWW.ECLIPSE.ORG/DOWNLOADS/PACKAGES/ECLIPSE-STANDARD-431/KEPLERSR1), Eclispe version has many, Use Qian Yao to choose carefully. (The standard version of almost no additional plug-ins, using the need to download a lot of other plug-ins used in conjunction with the more commonly used IDE version integrated more commonly used plug-ins) generally choose the IDE version to develop.
2.SDK Download, website address (http://developer.android.com/sdk/index.html)
3.SVN offline version (the Eclipse plugin will use the method when it is installed offline, it can not be downloaded)
Download address (http://download.csdn.net/detail/fengerfhf/6627677) after pressurizing only left features and plugins folder, delete site.xml file
Second: After the JDK installation is complete, unzip the Eclipse folder directly, open Eclipse (if unable to open the instructions JDK is not installed, need to re-check)
Third: Eclispe plug-in installation method method One: Direct use of Eclipse market download
As shown in figure:
Select Eclipse Marketplace
Enter the version of SVN download installation as shown in the figure
Method Two: Install with download address
Choose Install new software after selecting help
As shown in figure:
In the pop-up box, select Add ...
Fill in the Picture: http://subclipse.tigris.org/update_1.8.x (Version number can choose their own)
Then follow the instructions to complete the way three: Semi-offline version installation
If you are afraid that the download time is too long, you can also use the offline installation, the way and the way two, in the offline download good, pop-up box select Archive Select Local file can not fill the installation URL:
As shown in figure:
mode four: Completely offline installation (this is the plugin I have always used to manage my own installation)
The features and plugins folders are two folders when the tools are ready,
1) Locate the Eclipse installation root directory:
2) Create a new two folder: Links,tools
As shown in figure:
3) Where to create a new SVN folder in the tool folder. Then place the features and plugins folders under the SVN folder and record the path at this time (e.g., D:\eclipse-jee-kepler-SR1-win32-x86_64\tools\SVN-1.0.6)
4) Back to the links file, create a new Svn.link file (can be changed by txt file suffix named link)
5) Open Svn.link file with Notepad write path=d:\\eclipse-jee-kepler-sr1-win32-x86_64\\tools\\svn-1.8.22
(Just the path of the format a little conversion can be \ \, not less "path=")
This will allow you to restart Eclipse and use SVN.
This way may use or close their own plug-in at any time, do not want to use the time as long as the Svn.link file is deleted, and use the time to recreate
Convenient and quick.
Reprinted from: http://my.oschina.net/u/1011897/blog/196405