After further investigation it appears the the derbyclient.jar is not a complete bundle. The manifest is terse and does not export anything. I grabbed the spring source version of the derby bundles and their derbyclient manifest is quite detailed including the correct export package. I am able to use it without issue.

JJ

Kristian Waagan wrote:
JJ Snyder wrote:
Hi,
I am running Equinox standalone and have installed and started the derby bundle (derby.jar). I am able to access the EmbeddedDataSource from another bundle successfully. I then install and start the derbyclient.jar as a bundle but when I try to access the ClientDataSource I get a ClassNotFoundException. It works fine in eclipse' PDE environment but not standalone.

Any ideas?
Hello,

I don't have much to offer now, but can you please post the stack trace?
Is it the ClientDataSource class that isn't found, or a different class?


Regards,

Reply via email to