Re: GWT + JDBC

2010-01-28 Thread Marcus Vinícius Bastos de Andrade
Try to move the JAR to war/WEB-INF/lib folder, then update your classpath reference. On Wed, Jan 27, 2010 at 9:27 PM, ddyer wrote: > > Can someone explain why this occurs? I"m trying to connect a JDBC > driver > to the server end of a test application. The JDBC driver is in the > classpath. >

Re: GWT + JDBC

2010-01-28 Thread Bonor
The driver (jar file) should be in the webservers lib directory. On 28 jan, 01:27, ddyer wrote: > Can someone explain why this occurs?  I"m trying to connect a JDBC > driver > to the server end of a test application.   The JDBC driver is in the > classpath. > > The server is running athttp://loc

GWT + JDBC

2010-01-27 Thread ddyer
Can someone explain why this occurs? I"m trying to connect a JDBC driver to the server end of a test application. The JDBC driver is in the classpath. The server is running at http://localhost:/ Err java.lang.ClassNotFoundException: org.sqlite.JDBC java.lang.ClassNotFoundException: org.sql