我試圖建立使用ant我的GWT應用程序的戰爭......GWT RPC失敗
,但我發現異常,因爲
Exception while dispatching incoming RPC call
com.google.gwt.user.server.rpc.UnexpectedException: Service method 'public abstract java.lang.String org.cellbeans.client.InfrastructureService.getAllEmails()' threw an unexpected exception: java.lang.NoClassDefFoundError: org/hibernate/Session
和
INFO: validateJarFile(/home/swapnil/tomcat7/webapps/Infrastructure/WEB-INF/lib/gwt-user.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
請幫助在這個問題上...
'NoClassDefFoundError'通常是一個類路徑問題。你錯過了類路徑上的Hibernate jar。 – 2013-02-27 08:54:00