-
Notifications
You must be signed in to change notification settings - Fork 13
Requirements
Geert Bevin edited this page Jul 29, 2024
·
3 revisions
bld requires Java JDK and JRE 17.
No other dependencies are necessary except for specific situations.
Database connectivity requires an appropriate JDBC driver:
- PostgreSQL : org.postgresql:postgresql:42.x
- MariaDB : org.mariadb.jdbc:mariadb-java-client:3.4.x
- MySQL : mysql:mysql-connector-java:8.x
- Oracle : com.oracle.database.jdbc:ojdbc11:23.4.x
- HSQLDB : org.hsqldb:hsqldb:2.7.x
- H2 : com.h2database:h2:2.3.x
- Derby : org.apache.derby:derby:10.16.x
Next learn more about Javadocs