Hi: I made a new Db using *HSQLDB *(http://hsqldb.org/) and imported it to my eclipse framework, making a Java program work with it(actually it does correctly).
Now mi issue is that I need to export that to an Osgi bundle (using equinox). HSQLDB uses the *hsqldb.jar *library, which is necessary so that hsqldb driver can be found. My problem is that equinox is not finding it (*org.hsqldb.JDBCDriver not found *exception all the time). When I export the package I include the *hsqldb.jar *in the Build Configuration, but somehow, when I run equinox, it does not recognize it. Any possible solution? Thanks in advance, Asier
_______________________________________________ OSGi Developer Mail List [email protected] https://mail.osgi.org/mailman/listinfo/osgi-dev
