1. Installing the JDK
Download : Go to Oracle website, or Baidu JDK download, address will not be posted
Environment variable configuration:
A. System variables → new java_home variable. Variable value fill in the JDK installation directory (E:\Java\jdk1.7.0)
b System variable → find Path variable → edit at the end of the variable value input%java_home%\bin;%java_home%\jre\bin; Notice that the value of the variable at the end of Path is no;
C System variables → new CLASSPATH variable value filled in.%java_home%\lib;%java_home%\lib\tools.jar (note that there is a point in the front)
System Variable Configuration complete
D Verify that the configuration successfully runs the CMD input java–version display version information indicates the installation and configuration success or output Javac
2. Download MyEclipse installation
Download : In my Baidu network disk. Version 10.7, with hack tutorial included.
JDK Configuration:window--preferences--> Java--Installed Jres-->add-->standard vm--> Select the JDK installation path (E : \java\jdk1.8.0_05)-->finish--complete!
Tomcat:Tomcat can go to the official website to download.
Tomcat–>myeclipse–>window--Preferences--search tomcat–> choose à to replace the Tomcat JDK with the downloaded Tomcat version ok!
Android Development Configuration : (The following way I myself try to have some problems, resulting in the final reload MyEclipse, it is not clear whether Android caused. So use it with caution. )
A.SDK Installation
B. Download and install ADT
C. Unzip ADT to copy the features and plugins folders to the new folder in the MyEclipse installation directory Android
D. Create a new Android.link file in the Dropins folder of the MyEclipse installation directory, key into: path=f:\\.....\\android
E. Restart MyEclipse, select SDK
SVN configuration:
SVN plugin: site-1.8.5
My Baidu net disk has. This time uses the 1.8.5 version
Copy all extracted files to the MyEclipse installation directory: MyEclipse 10\dropins folder, restart MyEclipse.
There are many more ways to install, for reference: http://www.oschina.net/question/158170_34997/
Use MyEclipse Some notes