How to Use Derby from Apache in Eclipse Now That They Stopped Developing the Derby Plugin for Eclipse

Is it possible to use derby from apache in Eclipse now that they stopped developing the derby plugin for Eclipse?

Apache Derby is just like other databases that provide interface through JDBC. You don't need a specific plugin to connect with Derby. Just use the usual JDBC routines.

Basic steps:

  1. If you want to use the latest Derby version, first you need to download it from here
  2. You need to include the jar in your classpath.
  3. You just need to make connections and perform queries using JDBC, as better explained at the Oracle JDBC Tutorial.

Could not use Derby plugin on Eclipse

I have solved this problem by making a new clean project instead of using an existing project!



Related Topics



Leave a reply



Submit