Btw, this kind of question should be posted to derby-user mailing list
preferrably...
On 11/17/05, Francois Orsini <francois.orsini@gmail.com> wrote:
>
> Seems like a classpath issue...is your application using the default JVM
> classloader
>
> On the command-line, can you run: (you need to have derby.jar or
> derbytools.jar in the classpath)
>
> java org.apache.derby.tools.sysinfo
>
> Do you get the same ClassNotFound exception?
>
> On 11/17/05, Sean McCully <sean_mccully@yahoo.com> wrote:
> >
> > Hello I probably have a rather simple question, when I execute the
> > following line
> > Class.forName("org.apache.derby.jdbc.EmbeddedDriver").newInstance();
> > it throws the following exception
> > java.lang.ClassNotFoundException : org.apache.derby.jdbc.EmbeddedDriver
> > derby.jar is included in my Classpath, what is the problem?
> > Thanks!!
> >
> > ------------------------------
> > Yahoo! FareChase - Search multiple travel sites in one click.<http://us.lrd.yahoo.com/_ylc=X3oDMTFqODRtdXQ4BF9TAzMyOTc1MDIEX3MDOTY2ODgxNjkEcG9zAzEEc2VjA21haWwtZm9vdGVyBHNsawNmYw--/SIG=110oav78o/**http%3a//farechase.yahoo.com/>
> >
> >
>
|