赞
踩
eclipse缺少servlet-api.jar 这个jar包
项目右键>>Properties>>Jvav Build Path>>Libraries>>Add External JARS…
<!-- 程序包javax.servlet.http -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<scope>provided</scope>
</dependency>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。