Java Learning and development of the introductory tutorial, easy to learn in Java development process to master the most basic environment to build
There's a video, there's the truth http://www.chuanke.com/1340360-164338.html
JDK is the development environment for running Java programs in the operating system
installation files: http://www.oracle.com/technetwork/java/javase/downloads/index.html
MYSQL is the database service that is used when Java applications are based on database development
installation files: http://dev.mysql.com/downloads/mysql/
Tip: After entering the download page, click on the "No Thanks, just start my download" section below. Can download
It is recommended to download the "ZIP Archive" version, the MSI version is the Windows System automatic installation version, some Windows system installation process may be a problem, all download compressed version self-configuration services
Eclipse is the IDE development environment for Java, which is the tool we use to write program code
installation files: http://www.eclipse.org/downloads/
Tip: Please download "Eclipse IDE for Java EE Developers" version, other versions do not meet the needs of subsequent learning Java Web application development
TOMCAT is a Java Web running server and a more commonly used Web server
installation files: http://tomcat.apache.org/
The next thing to do
1. Install Java JDK, configure environment variables
2. Installing the MySQL database server
3. Install the MySQL client
4. Test MySQL with the MySQL client and change the root password
5. Unzip to start eclipse
5.eclipse Load Tomcat Server
Jdk1.8+eclipse+mysql+tomcat Development of Java Application Environment construction