githup上的java web的开源项目基本上都是使用maven进行搭建的,所以下载之后需要使用maven进行部署,一下就是如何进行maven部署项目的过程。
待更新。。。。
导入maven项目之后
maven install
待下载完成后,右击项目jpa-test–》Maven—》Update Project—》选中Force Update of…—》ok
代码中显示的错误的代码也就消失了,
The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path
下面是具体的解决方法:
1、右击web工程–>属性或Build Path–>Java Build Path–>Libraries–>Add Libray–>Server Runtime–>Tomcat Server
2、切换到Java Build Path界面中的Orader and Export,选择Tomcat。