Introduction to the development of JSP program test applet
(1) Required Tools Software Java Development Kit JDK
Environment variables need to be set, the people who have the foundation of Java Development This step to understand!
(2) Installation MyEclipse
(3) Installing the Web server take tomcat as an example I'm using Tomcat 6.0.
(4) Open MyEclipse Click on the Preference under window in MyEclipse. Select Tomcat in MyEclipse as shown
This is to get Tomcat and MyEclipse to associate
(5) The environment is ready, so get ready to create a Web project now.
Click File->new->project->webproject to create a project named Web
(6) Click Webroot in the project directory to create a new JSP file, as shown in
(7) named Myjsp.jsp, as shown in
(8) Click on this button in MyEclipse, select Web Project, as shown below, you can!
A simple Web project is done! It can be executed on tomcat! This is the effect of execution
I do a division on the basis of a JSP application applet,
This is the engineering catalog and the process of running it.
Javaweb Starter Test program (JSP)