異常求助?。。?/h1>
Servlet.service() for servlet [WeixinServlet] in context with path [/WeiXin] threw exception
java.lang.NullPointerException這個異常的意思是我的Servlet配置有問題嗎?我照著認真看過了,沒有錯誤。
Servlet.service() for servlet [WeixinServlet] in context with path [/WeiXin] threw exception
java.lang.NullPointerException這個異常的意思是我的Servlet配置有問題嗎?我照著認真看過了,沒有錯誤。
2015-04-25
解決辦法:主要是因為缺少xmlpull的jar包。在http://www.xmlpull.org/v1/download/ 下載xmlpull_1_0_5.jar,加載到Eclipse工程中即可。