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?
Asked
Active
Viewed 185 times
0

Anptk
- 1,125
- 2
- 17
- 28

user3276091
- 263
- 3
- 10
-
https://eclipse.org/articles/Article-EclipseDbWebapps/2006-04-10/article.html – sunysen Nov 17 '14 at 09:17
2 Answers
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.
-
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
-
1You 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