> java.lang.NoClassDefFoundError: oracle.jdbc.driver.OracleDriver is a restricted class. Please see the Google App Engine developer's guide for more details.
This actually has nothing to do with GWT. You have Google App Engine enabled for your project. GAE restricts your access to certain Java classes, including JDBC drivers. Have you read the GAE Developer's Guide as the error message suggested? On Mon, Aug 8, 2011 at 4:34 AM, Gema matesanz <[email protected]>wrote: > Ajay, I checked the class path of Oracle. And I was not successful, what > is the value of classpath? > > > -- > Un saludo > --------------------------------------------------------- > Gema Matesanz > > -- > 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. > -- 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.
