0

I use Derby as my java game desktop database. My database save inside the project folder. Now I am having troubled in viewing my tables. Is there a way to view database inside the eclipse project folder?

Anptk
  • 1,125
  • 2
  • 17
  • 28
user3276091
  • 263
  • 3
  • 10

2 Answers2

1

How about adding the Derby-plugins to your ide, you can find it here.

Also a similar one here How to browse a derby memory database with Eclipse Datasource Explorer?.

But , i personally find this tutorial useful . Also have a look at this.

Community
  • 1
  • 1
Santhosh
  • 8,181
  • 4
  • 29
  • 56
  • I used eclipse data source explorer but it save outside my project folder. When I published my game, it has a possibility to not be included in my executable jar? – user3276091 Nov 17 '14 at 09:22
  • yes it might , it is not portable with your project . Because it is the plugin for the eclipse – Santhosh Nov 17 '14 at 09:23
  • 1
    You need to install it on the eclipse ide wherever you use or port your own ide – Santhosh Nov 17 '14 at 09:25
0

You can use some third party software to view the tables. SquirrelSQL for example is tool which enables to view the database content.

Teemu
  • 438
  • 3
  • 11