码迷,mamicode.com
首页 > 编程语言 > 详细

maven中解决Type javax.servlet.jsp cannot be resolved to a type

时间:2016-10-31 06:52:07      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:cannot   let   port   res   type   artifact   方案   not   block   

解决方案:

在Maven的pom文件中引发如下依赖jar:

<dependency>

<groupId>javax.servlet.jsp</groupId>

<artifactId>jsp-api</artifactId>

<version>2.2.1-b03</version>

</dependency>

<dependency>

<groupId>javax.servlet</groupId>

<artifactId>servlet-api</artifactId>

<version>3.0-alpha-1</version>

</dependency>

maven中解决Type javax.servlet.jsp cannot be resolved to a type

标签:cannot   let   port   res   type   artifact   方案   not   block   

原文地址:http://www.cnblogs.com/finalstar/p/6014496.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!