classpath error when executing a jar by ant
- by changed
Hi
I am trying to execute a jar file created using ant. But i am not able to find out why libraries are not available while executing jar.
I am trying to load derby embedded database driver but some how i am not getting derby.jar in classpath.
Error that i am getting is
[java] Unable to load the JDBC driver org.apache.derby.jdbc.EmbeddedDriver…