libjfuzzy.so

The native library libjfuzzy.so allowing calling into libfuzzy.so from Java.

Лицензия

Лицензия

Группа

Группа

io.github.russellfrancis
Идентификатор

Идентификатор

libjfuzzy
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

so
Описание

Описание

libjfuzzy.so
The native library libjfuzzy.so allowing calling into libfuzzy.so from Java.

Скачать libjfuzzy

Имя Файла Размер
libjfuzzy-1.0.0.pom
libjfuzzy-1.0.0.so 12 KB
Обзор

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
io.github.russellfrancis : jfuzzy jar 1.0.0

Модули Проекта

Данный проект не имеет модулей.

Build Status

jfuzzy

JNI bindings for the libfuzzy shared library, allowing efficient computation and comparison of ssdeep hashes from within Java applications.

Compilation

In order to compile this library, you will need the following tools installed on your system.

Install prerequisites on Debian

sudo apt-get install libfuzzy-dev build-essential openjdk-8-jdk maven

Compile JFuzzy

mvn install site

Usage

After a successful build, there will be two artifacts which are generated and necessary to use the JFuzzy JNI bindings. The first is /jfuzzy/target/jfuzzy-.jar, this contains the Java bindings and must be on the classpath of the Java application consuming the library. The second is /jfuzzy-native/linux/target/libfuzzy.so which is the native portion of the bindings. This shared library must be installed on the LD_LIBRARY_PATH used by Java.

An easy way to ensure that it is on the path is to pass the following system property to the JVM when it starts

java -Djava.library.path=/my/path/to/shared/lib -jar app.jar

Alternatively dropping it into /usr/local/lib or /usr/lib will also work in most cases.

Версии библиотеки

Версия
1.0.0