0
votes

Im currently trying to install the Apache Derby plugin (http://db.apache.org/derby/releases/release-10.8.2.2.cgi) to my current eclipse install. I have downloaded both the core and ui zip files and tried unzipping into both the dropins and plugins folder (checked the file hierarchy and everything appears to be in the right place "/eclipse/plugins/"). On opening eclipse I dont see any prompt to install new software (from teh dropins folder). When i try to install via Prefereces > Connectivity > Database Drivers no derby plugins are available from the list.

Anyone have an idea as to how to make this install work?

EDIT: I reinstalled eclipse as the 32 bit version as opposed to 64, works like a charm.

2

2 Answers

0
votes

Have you point Eclipse to the Derby JDBC driver (should be called derbyclient.jar)? You can define that through Preferences > Data Management > Connectivity > Driver Definitions. Have a look at this eclipse article

0
votes

I just went through the same issue. I guess what happens is that you can add the Derby nature to a project, but you won't be able to see it in DB properties.

Create a new project, and then right-click the project root and then select "Add Derby Nature". You will then be able to work with the Derby DB by right-clicking on your project, and then selecting one of the options under "Apache Derby"