Skip to content

Releases: castortech/mdbxjni

Release of mdbxjni with mdbx v0.11.2 Latest

05 Dec 14:45
Compare
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
Compare
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.