开发者

SEVERE: java.lang.NullPointerException

开发者 https://www.devze.com 2023-02-04 01:55 出处:网络
When i try to run my index.jsp page which calls WebClient.jsp page, where i define my InitialContext() method, a开发者_如何转开发nd implement my Bean inclassAccountBean.java shows ..

When i try to run my index.jsp page which calls WebClient.jsp page, where i define my InitialContext() method, a开发者_如何转开发nd implement my Bean in class AccountBean.java shows ..

SEVERE: java.lang.NullPointerException........

I use Glassfish v3, jdk1.6, eclipse Helios.


I can't give too specific an answer, but my recommendation for this issue is to make sure that every object you are trying to use is guaranteed to be pointing to an instance of the object.

0

精彩评论

暂无评论...
验证码 换一张
取 消