Skip to content

Howto Hints

riegerchris edited this page Feb 23, 2017 · 1 revision

How-To Hints

Application Server

Database

Connect to Derby database from Eclipse for manual data lookup

  • Open Perspective "Database development"
  • Rightlick "Database Connections" in left panel and create new connection
  • Choose Derby 10.2, the driver is located in /javadb/libs/derbyclient.jar
  • Point (without create=true) to jdbc:derby://localhost:1527/.backend
  • Default User = Password = "APP"
  • If Ping succeeds you can connect and find the tables in | Schemas | APP | Tables
Clone this wiki locally