码迷,mamicode.com
首页 > Web开发 > 详细

【FAQ】HTTP Status 500 - Unable to compile class for JSP:'***' cannot be resolved to a type

时间:2014-07-19 11:28:46      阅读:482      评论:0      收藏:0      [点我收藏+]

标签:blog   http   java   strong   文件   2014   

1、问题现象

bubuko.com,布布扣

2、解决方法

原因分析:cannot be resolved to a type 基本上是该类没有被识别出来,编译的时候,编译路径下没有该类对应的库文件,

可以通过下面几步解决:

1、拷贝类对应的jar到tomcat lib目录下:C:\Program Files\Java\apache-tomcat-8.0.9\lib

1、关闭tomcat服务器:执行bat文件 C:\Program Files\Java\apache-tomcat-8.0.9\bin\shutdown.bat

2、重新启动tomcat服务器,重新访问页面,该问题现象消失

【FAQ】HTTP Status 500 - Unable to compile class for JSP:'***' cannot be resolved to a type,布布扣,bubuko.com

【FAQ】HTTP Status 500 - Unable to compile class for JSP:'***' cannot be resolved to a type

标签:blog   http   java   strong   文件   2014   

原文地址:http://www.cnblogs.com/wintergrass/p/3854584.html

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