Package Details: sleuthkit-java 4.12.1-2

Git Clone URL: https://aur.archlinux.org/sleuthkit-java.git (read-only, click to copy)
Package Base: sleuthkit-java
Description: Java bindings for The Sleuth Kit.
Upstream URL: http://www.sleuthkit.org/sleuthkit
Licenses: GPL2, CPL,, custom:"IBM Public Licence",
Submitter: jarylc
Maintainer: mh4ckwascut
Last Packager: mh4ckwascut
Votes: 8
Popularity: 0.021900
First Submitted: 2018-05-18 05:27 (UTC)
Last Updated: 2023-10-02 21:15 (UTC)

Dependencies (6)

Required by (1)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

zara86 commented on 2019-08-12 08:06 (UTC)

Found it: Yes, it is set but, as you say, it must compiled using openjdk 8: with 11 and 12 (my previous default) it return an error, with '8' it's ok. Thank you @tcmal

<deleted-account> commented on 2019-08-11 14:19 (UTC)

@zara86 It looks like ant/java isn't being picked up in your path, could you make sure java 8 is set with archlinux-java?

zara86 commented on 2019-08-08 08:28 (UTC)

@tcmal sure, here it is: https://pastebin.com/FadY167f

<deleted-account> commented on 2019-08-07 15:41 (UTC)

@zara86 Could you put the full build log in a pastebin please?

zara86 commented on 2019-08-07 07:49 (UTC)

While compiling it gave me this error:

BUILD FAILED /home/######/.cache/yay/sleuthkit-java/src/sleuthkit-4.6.7/bindings/java/build-unix.xml:40: JNI native library not built.

<deleted-account> commented on 2019-05-30 15:33 (UTC)

@flipmess My JRE doesn't seem to have tools.jar, and most other sources say it's only with the JDK.

onyxnz commented on 2019-05-30 02:44 (UTC)

After removing the OpenJDK, and installing the Oracle JDK, Autopsy is a lot faster. However it is still unable to do thumbnails due to missing ImageUtils class...I am currently trying to figure out how to recompile both from the github source.

flipmess commented on 2019-05-30 02:05 (UTC)

tools.jar also comes with openjdk8 so maybe "java-environment=8" instead of "java-environment-jdk=8" as a dependency would also suffice...

<deleted-account> commented on 2019-05-28 15:49 (UTC)

@onyxnz Make sure you have JDK 8 installed, as tools.jar should come with that. Have added as a dependency.