1. Go to Eclipse's official website, download eclipse, install Eclipse, modify the Eclipse.ini file, make the memory bigger, avoid the memory overflow situation.
2, install the JDK, with the JDK environment variables, as to how to configure the JDK environment variables, can be found in other essays, or direct Baidu.
3. Java development also requires Tomcat, so we also want to install Tomcat, for example, to download a 8.0 version of Tomcat, extract to a place, configure JTOMCAT environment variables. In Eclipse's window--preferences--server--runtime environments--point Add, select your own installation of the Tomcat directory and select the JDK JRE.
4, more than three steps to develop general projects
5. If you need to develop MAVEN projects, then you have to install MAVEN, configure MAVEN environment variables, in Window--preferences--maven--user Setting, replace the User Setting maven directory conf /setting, this setting can change the mirror mirror to be Ali's.
What do I need to prepare with eclipse development?