Home  >  Q&A  >  body text

eclipse - 这个项目需要用什么平台运行

在网上下载了一份投票代码,但不知道怎么运行。

项目结构如图

看了说明,所有的步骤都做了
最后一部运行,不知道在什么平台上运行。(eclipse无法运行)
说明如下

某草草某草草2734 days ago785

reply all(3)I'll reply

  • PHP中文网

    PHP中文网2017-04-24 16:03:06

    Just install tomcat

    reply
    0
  • phpcn_u1582

    phpcn_u15822017-04-24 16:03:06

    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

    reply
    0
  • 给我你的怀抱

    给我你的怀抱2017-04-24 16:03:06

    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

    reply
    0
  • Cancelreply