[sleuthkit-users] Java Bindings cannot initialize case database
Brought to you by:
carrier
From: Darryl Vo <ro...@gm...> - 2015-12-22 22:27:49
|
Hello all, I currently am trying to create a simple java program with the java bindings. Everything is installed correctly. I am currently using eclipse on Ubuntu. I have added the jar from dist to the class path. When I simply try to call SleuthkitCase sk = SleuthkitCase.newCase("database"); I get this as the error message when catching TskCoreException : Failed to create case database at database It does however create a file. When I try to open it with a SleuthKitCase.openCase(), it also fail to open it. What's wrong? |