Skip to content

Requirements

Geert Bevin edited this page Oct 21, 2023 · 2 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.1.x
  • MySQL : mysql:mysql-connector-java:8.x
  • Oracle : com.oracle.database.jdbc:ojdbc11:21.8.x
  • HSQLDB : org.hsqldb:hsqldb:2.7.x
  • H2 : com.h2database:h2:2.1.x
  • Derby : org.apache.derby:derby:10.16.x

Next learn more about Javadocs

Clone this wiki locally