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 <[EMAIL PROTECTED]> 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.


Reply via email to