Hi Oggy, Usually adding the jar file to the project isn't enough for a WAR file, you also have to copy it into WebContent/WEB-INF/lib. If that's not the issue, consult the mailing lists for Derby and/or your servlet container (tomcat, maybe?). Since GWT can't use Derby directly, you'll get better help from another source.
On Aug 28, 12:52 pm, Oggy <[EMAIL PROTECTED]> wrote: > Hi, i'm trying to use GWT with Apache Derby in Eclipse. I've > downloaded derby_core_plugin and derby_ui_plugin, unzipped them, and > copied them to the eclipse plugins folder. I've added derby nature to > my project. The problem happens when my application uses RPC, which > should connect to the database and return something. I get this > exception: > > java.lang.ClassNotFoundException: org.apache.derby.jdbc.EmbeddedDriver > > Does anyone have an idea why does this happen? Derby.jar which > contains this class is apparently added to my project so this > exception makes no sense to me. Thanks, Oggy. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
