To run this database, the following software stack is known to work. Other software most likely also works, but is not tested as much.
As this database is written in Java, it can run on many different platforms. It is tested with Java 11 and 17. All major operating systems (Windows, Mac OS X, Linux, ...) are supported.
To install the software, run the installer or unzip it to a directory of your choice.
After installing, you should get the following directory structure:
Directory | Contents |
---|---|
bin | JAR and batch files |
docs | Documentation |
docs/html | HTML pages |
docs/javadoc | Javadoc files |
ext | External dependencies (downloaded when building) |
service | Tools to run the database as a Windows Service |
src | Source files |
src/docsrc | Documentation sources |
src/installer | Installer, shell, and release build script |
src/main | Database engine source code |
src/test | Test source code |
src/tools | Tools and database adapters source code |