Charlie Kelly wrote:
Derby inside Eclipse is easy. I made the transition by exchanging the
HSQL jar that I previously used, with the Derby jar.
Hi Charlie,
Maybe you know about this, Derby comes as a plug-in for Eclipse and is
available at the:
http://db.apache.org/derby/releases/release-10.1.1.0.cgi#Distributions
The Core provides all the Derby jars and the Ui provides the integration
into Eclipse. In addition one can
write their own plug-ins that uses only the Core as one its dependency
plug-ins to use Derby for itself.
Regards,
Rajesh