严重: Servlet.service() for servlet Login_Select threw exception
严重:Servlet.service()forservletLogin_Selectthrewexceptionjava.lang.Error:Unresolvedcom...
严重: Servlet.service() for servlet Login_Select threw exception
java.lang.Error: Unresolved compilation problem:
The method connection() is undefined for the type Session 展开
java.lang.Error: Unresolved compilation problem:
The method connection() is undefined for the type Session 展开
2个回答
展开全部
Servlet.service() for servlet Login_Select threw exception
这一句的意思是:你的Login_Select类中发生异常。
java.lang.Error: Unresolved compilation problem:
这一句的意思是:不能解决的编译错误。
The method connection() is undefined for the type Session
这一句的意思是:你的connection()方法中对Session的类型没有定义。
也就是说你没有获得Session,却调用了他。
解决办法:Session session = request.getSession();
再用session获得和处理数据。
这一句的意思是:你的Login_Select类中发生异常。
java.lang.Error: Unresolved compilation problem:
这一句的意思是:不能解决的编译错误。
The method connection() is undefined for the type Session
这一句的意思是:你的connection()方法中对Session的类型没有定义。
也就是说你没有获得Session,却调用了他。
解决办法:Session session = request.getSession();
再用session获得和处理数据。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询