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

这个是什么东东

2013-09-11 
这个是什么错误.org.apache.jasper.JasperException:UnabletocompileclassforJSP:Anerroroccurredatline:3

这个是什么错误.
org.apache.jasper.JasperException:   Unable   to   compile   class   for   JSP:  

An   error   occurred   at   line:   32   in   the   jsp   file:   /test1.jsp
HibernateUtil   cannot   be   resolved
29:  
30:   <body>
31:   <%
32:   Session   session1   =   HibernateUtil.currentSession();
33:  
34:   Transaction   tx   =   session1.beginTransaction();
35:  


An   error   occurred   at   line:   44   in   the   jsp   file:   /test1.jsp
HibernateUtil   cannot   be   resolved
41:   session1.save(princess);
42:   tx.commit();
43:  
44:   HibernateUtil.closeSession();
45:   %>
46:   </body>
47:   </html>


是什么错误呢?

[解决办法]
晕,Hibernate你都放在jsp里用啊。。。。
[解决办法]
HibernateUtil cannot be resolved
HibernateUtil 这个未定义
我的异常网推荐解决方案:org.apache.jasper.JasperException: Unable to compile class,http://www.myexception.cn/j2ee/2308.html

热点排行