Java EE Development, we can build the following development environment:
Underlying operating environment: JDK and JRE.
Web server: Tomcat
Background database: SQL Server
Visual integrated development environment: MyEclipse
Java EE development requires Java SE support, so we need to install the Java SE Development environment JDK.
One, JDK installation and configuration
JDK Download official website: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
Configuring the JDK environment variable: http://www.cnblogs.com/xch-yang/p/7629351.html
Second, MyEclipse2017 crack
1, download MyEclipse CI 8 (Crack files only support this version)
Official website: https://www.genuitec.com/products/myeclipse/download/
Official Chinese web: http://www.myeclipsecn.com/download/
2. Break MyEclipse CI 8
Download myeclise-2017-ci-8 hack file: http://download.csdn.net/download/xch_yang/10008114
Crack steps:
1. Do not run MyEclipse after installation, "Launch MyEclipse CI" uncheck, click Finish.
2. Unzip the cracked file
3. Open Folder patch
4. Copy all the files inside
5. Locate the Plugins folder in the MyEclipse installation directory and open
6. Paste, replace with the same name
7. Double-click the Crack.bat in the Myeclipse2017_keygen
8. A, input usercode: any letter or number
B. Select Blue
C, click SystemID (Point two will not be generated)
D. Click Active
E, click on the menu bar->tools->2.saveproperties
9. Start Myeclipse,help-->subscription information ... You can see that the product is activated.
Third, Tomcat server configuration
1. Download tomcat:http://tomcat.apache.org/, choose the version you want to download, and then install or unzip it well.
2. Open myeclipse,window-->preferences-->java-->installed JREs; Click Add-->standard VM, Next.
Click Directory on the right side of the JRE home, select the JDK installation directory, finish.
Tick the Jdk,apply-->ok we just chose.
Then Window-->preferences-->servers-->runtime environment-->add-->tomcat, choose your corresponding Tomcat version here, Remember to tick create a new local server. Click Next
Click Browser, select Tomcat to install or unzip the directory. The JRE chooses our own JDK. Finish-->ok, we will be able to do Java EE development by configuring it here.
Iv. running the test
File-->new-->web project, enter the item name, other default, finish.
Enter helloworld! in the body of the index.jsp file
Right click on the project name run As-->myeclipse server application. Select the tomcat that you just configured, mine is Tomcat 9.0,finish.
Reprint Please specify: http://www.cnblogs.com/xch-yang/p/7629316.html
Java EE development environment--myeclipse2017 hack and Tomcat server configuration