| Author |
Executable jar app doesn't find Driver
|
juliane gross
Ranch Hand
Joined: May 30, 2002
Posts: 161
|
|
I built an application with embedded Derby (cloudscape) database. It runs fine as long as I don't try to make a executable JAR file. Then I get this error message: java.lang.ClassNotFoundException: org.apache.derby.jdbc.EmbeddedDriver (The program parts which don't use the database still run fine). Derby (cloudscape) needs the derby.jar to find its EmbeddedDriver. How can I tell my jar'ed app where to find the Driver? Do I have to put derby.jar in a special place in my app's jar file structure? Or redo my classpath somehow? (But why, if derby.jar is found by my app in a not-jar'ed way?) I am very glad about any tips and help, thank you! Juliane
|
 |
Stefan Wagner
Ranch Hand
Joined: Jun 02, 2003
Posts: 1923
|
|
That's a jar-question, not a jdbc-Question. And it's answered over and over again. (search beginners or intermediate: jar)
|
http://home.arcor.de/hirnstrom/bewerbung
|
 |
juliane gross
Ranch Hand
Joined: May 30, 2002
Posts: 161
|
|
thank you, Stefan. For anybody else having this problem: I found the answer in the Java advanced forum here it was a problem with the manifest file.
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26184
|
|
Juliane, I'm glad you found the answer. I'm going to move this over to Java In General so people searching can find it better.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: Executable jar app doesn't find Driver
|
|
|