SEVERE: Servlet.service() for servlet [jsp] in context with path [/BTRPhase2.2] threw exception [Unable to compile class for JSP] with root cause java.lang.IllegalArgumentException: Page directive: in

原因是在.jsp的文件里,有导入jar包的操作,但是导入语句因为版本的原因,在单个导入jar包语句,不支持有分号的写法,去掉分号后,错误消失

posted on 2018-07-23 21:24  Jimlilili  阅读(500)  评论(0)    收藏  举报

导航