在网上下载了一份投票代码,但不知道怎么运行。
项目结构如图
看了说明,所有的步骤都做了最后一部运行,不知道在什么平台上运行。(eclipse无法运行)说明如下
Just install tomcat
1. A basic JDK environment is required. 2.Web application container. For jsp, tomcat is preferred.
Package the project and put it in the tomcat installation directory. Start the tomcat service. You can access it locally
Use eclipse, put the project in worksapce, import the workspace application in eclipse, eclipse must first configure tomcat and jdk, and then deploy the project to tomcat to access it
Just install tomcat
1. A basic JDK environment is required.
2.Web application container. For jsp, tomcat is preferred.
Package the project and put it in the tomcat installation directory.
Start the tomcat service. You can access it locally
Use eclipse, put the project in worksapce, import the workspace application in eclipse, eclipse must first configure tomcat and jdk, and then deploy the project to tomcat to access it