0

How to Install Apache Derby in Eclipse 4.5.1? I tried to do it in many ways but failed. Can anyone explain?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62

1 Answers1

0

It is enough to include derby.jar in your project classpath. Jar file can be found in under JDK/db/lib directory for Java 7+ versions.

Dev Blanked
  • 8,555
  • 3
  • 26
  • 32