The Java bindings for TSK are in the official github repository as of version 4.0 in the ‘bindings/java’(/https-githubcom-sleuthkit-sleuthkit-tree-master-bindings-java-bindings-java/) directory. They populate the SQLite database with the file system metadata and then create Java classes that encapsulate the data. These are used for Autopsy 3.
Refer to the README.txt(/https-githubcom-sleuthkit-sleuthkit-blob-master-bindings-java-READMEtxt-READMEtxt/) file for building and using the bindings. The API Docs (and eventual Developer’s Guide) are available online.
This section contains some basic information on the Java/JNI code if you want to modify it.
Last modified: 2012-06-11