Re: [sleuthkit-users] Java Bindings cannot initialize case database
Brought to you by:
carrier
From: Luís F. N. <lfc...@gm...> - 2015-12-22 22:37:52
|
Did you include the xerial sqlite dependency jar in classpath too? 2015-12-22 20:27 GMT-02:00 Darryl Vo <ro...@gm...>: > 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? > > > ------------------------------------------------------------------------------ > > _______________________________________________ > sleuthkit-users mailing list > https://lists.sourceforge.net/lists/listinfo/sleuthkit-users > http://www.sleuthkit.org > > |