I am building a Java Swing application with the integrated sandbox Derby database and am having trouble finding the derbyclient.jar file for running the project.
I created a regular Java project, added the Hibernate libraries, but cannot figure out how to get the derbyclient.jar file to show up in the Referenced Libraries. Other libraries like the swing-layout-1.0.3.jar have magically shown up in the Referenced Libraries folder in the Package Explorer, but the derbyclient.jar has not shown up.
Actually what is confusing me is that on another project, it seemed that the derbyclient.jar file just magically appeared in the Referenced libraries, and it is on trying to replicate the project in a separate workspace that I am having trouble figuring out where the derbyclient.jar file came from in the original project.
I have downloaded a version of Derby, but the derbyclient.jar file from that distribution does not match the one that is in my original project, leading me to believe that the original derbyclient.jar file was somehow magically included from the sandbox Derby in a way that I cannot replicate.
How do I get the sandbox derbyclient.jar file included in the Referenced Libraries?
I am using MyEclipse Enterprise Workbench Version 7.1.1 Build id: 7.1.1-20090310.
Thanks.