diff --git a/bindings/java/README.txt b/bindings/java/README.txt index 2e19856518c82151224d703e6f6502a22298071b..0e5163914bb9ffeaac68ca57ae2262910aeb477b 100644 --- a/bindings/java/README.txt +++ b/bindings/java/README.txt @@ -13,16 +13,20 @@ To use the Java bindings, you must have the Sleuth Kit datamodel JAR file compiled and have compiled the associated dynamic library from the C/C++ code. -The following jar files must be on the classpath. Version details can be found in ivy.xml. -- sqlite-jdbc -- postgresql-jdbc -- c3p0 Requirements: * Java JDK * Ant * Jar files as listed in ivy.xml (which will get downloaded automatically) +The following jar files must be on the classpath for building and +running. Version details can be found in ivy.xml. They will be +automatically downloaded if you do not compile in offline mode. +* sqlite-jdbc +* postgresql-jdbc +* c3p0 + + Building the Dynamic Library (for JNI) diff --git a/debian/README.source b/debian/README.source index 93de9f3dd4c94797a1ad85ba46f969b2ef8848ff..ad70d0ebfdababcd83d5dc72ca0153c63065837e 100644 --- a/debian/README.source +++ b/debian/README.source @@ -1,7 +1,9 @@ sleuthkit for Debian ------------------- -These debian files are not for the official debian packaging and it does not meet all of the debian rules. We are using these files for our own distribution +These debian files are not for the official debian packaging and it does not meet all of the Debian rules because it depends on SQLITE JDBC jar file that is not available as a Debian package. + +We will be using this .deb file for our own distribution to support Autopsy. -- Rishwanth Senthilkumar <rishwanth@basistech.com> Tue, 30 Jan 2018 15:34:02 -0500