首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Eclipse开发 >

JSPSmart有关问题,能帮帮小弟吗

2013-09-11 
JSPSmart问题,各位大哥能帮帮小弟吗我用eclipse引用了JSPSmart的jar文件,但是调试的时候出现了下面的问题:

JSPSmart问题,各位大哥能帮帮小弟吗
我用eclipse引用了JSPSmart的jar文件,但是调试的时候出现了下面的问题:
严重:   Servlet.service()   for   servlet   jsp   threw   exception
org.apache.jasper.JasperException:   Unable   to   compile   class   for   JSP

An   error   occurred   at   line:   32   in   the   jsp   file:   /uploadCourseware.jsp
Generated   servlet   error:
SmartUpload   cannot   be   resolved   or   is   not   a   type

An   error   occurred   at   line:   32   in   the   jsp   file:   /uploadCourseware.jsp
Generated   servlet   error:
SmartUpload   cannot   be   resolved   or   is   not   a   type
就是这个SmartUpload   cannot   be   resolved   or   is   not   a   type,什么意思啊?
其实根本还没执行代码呢
难道我导入的路径不对吗?哪位大哥能救我啊,多谢了!!!!

[解决办法]
uploadCourseware.jsp文件有错误,数据类型有问题,仔细检查一下吧。
[解决办法]
jspsmart.jar 导入到web-inf->lib文件夹下,再在eclipse下的web应用工程中选择properties->java build path->libraries 添加jar
我的异常网推荐解决方案:org.apache.jasper.JasperException: Unable to compile class,http://www.myexception.cn/j2ee/2308.html

热点排行