Skip to content

Releases: castortech/mdbxjni

Release of mdbxjni with mdbx v0.13.5

24 Mar 10:29

Choose a tag to compare

This release includes all the necessary jars to run mdbx under Java (17+) for Linux or Windows

It includes the so/dll file for mdbx itself as part of the OS native jar.

  • To run you will need to include:
    • mdbxjni-0.13.5-SNAPSHOT
    • hawtjni-runtime-1.21-SNAPSHOT.jar
  • and one of:
    • mdbxjni-linux64-0.13.5-SNAPSHOT
    • mdbxjni-win64-0.13.5-SNAPSHOT

Release of mdbxjni with mdbx v0.11.2 Latest

05 Dec 14:45

Choose a tag to compare

This release includes all the necessary jars to run mdbx under Java (1.8+) for Linux, Windows or Mac OS X

Changes:

  • Adds Mac OS X

It includes the so/dll/dylib file for mdbx itself as part of the OS native jar.

To run you will need to include:

  • mdbxjni-99-master-SNAPSHOT.jar
  • hawtjni-runtime-1.19-SNAPSHOT.jar
  • and the OS appropriate jar with the native compiled code.

Release of mdbxjni with mdbx v0.11.1

28 Nov 13:32

Choose a tag to compare

This release includes all the necessary jars to run mdbx under Java (1.8+) for Linux or Windows (Mac OSX to be released with next version).

It includes the so/dll file for mdbx itself as part of the OS native jar.

To run you will need to include:

  • mdbxjni-99-master-SNAPSHOT.jar
  • hawtjni-runtime-1.19-SNAPSHOT.jar
  • and the OS appropriate jar with the native compiled code.