I currently have a small database that I created using Base. It is using the default dbms - HSQL 1.18. I would like to be able to access the database using Java to pull some data from it. To do so through Base would be very time consuming. I do have java installed:
Operating environment:
OS - Fedora 21 - 64 bit
LibreOffice 5.0.0.5
Java java -version
openjdk version “1.8.0_65”
OpenJDK Runtime Environment (build 1.8.0_65-b17)
OpenJDK 64-Bit Server VM (build 25.65-b01, mixed mode)
Can I do it?
If so, is there some documentation that describes what I need in the java program to make the connection?
Thank you,