Dan Petrula wrote: > Thank you for taking the time to respond to my question. > osgi.core.jar contained the classes that were missing, however, although > the program compiled, the exe file created did not work properly. I > guess I will just wait until derby is supported under JDK 5.
So Derby is supported under JDK 5 when using a JVM, but you are moving into the unknown by trying to compile Derby to a native exe. Derby generates classes on the fly for each SQL statement, so at least the native exe has to support that. Dan.
