Eclipse for Java EE software operations Collection (1), eclipseee
The following are some of the problems I encountered during the development of the Java website regarding the software operation in Eclipse and provide solutions.
1. The integrated development tool used for java web development is eclipse for Java EE.
Http://www.eclipse.org/downloads/index-developer.php
Cloud Disk: https://yunpan.cn/cvuRMWGZCr8qS access password a8ab
JDK1.8 https://yunpan.cn/cvuRv3TyJpEzd access password dea0
JRE1.8 https://yunpan.cn/cvu69Cta7QPRz access password 6bc5
Ii. software installation and configuration of system environment variables
1. Software Installation
It is best to install JDK or JRE first, and then install eclipse (the installation-free version is downloaded on the official website. After decompression, you can click eclipse to use it directly ).
If you install eclipse first, download and unzip it:
Click eclipse.exe to display:
Indicates that JRE (Java Runtime Environment) is not installed. Therefore, we need to install JRE first (I will install JDK1.8 directly here ).
Download JDK1.8 and click "Install". Installation Options:
After the installation is successful, view the folder:
There is a jre folder.
2. Configure Environment Variables
My computer is a win10 system with system variables:
Click OK next to it.
Then the software can be started normally.
3. Configure tomcat and eclipse
Tomcat official: http://tomcat.apache.org/
Download and unzip the package:
Click \ bin \ startup. bat to check whether tomcat can be started normally.
Normal display, indicating no exception. If there is any exception, please troubleshoot it on the internet or leave a message for me.
Create a Java web project (MyWeb ):
Java web is successfully created.