Re: [sleuthkit-users] Configure Java/JNI
Brought to you by:
carrier
From: Derrick K. <dk...@gm...> - 2014-04-27 04:58:31
|
Hello. If you are compiling Sleuthkit to use standalone on the command line the Java/JNI bindings won't matter. They are primarily used for Autopsy 3 so if you plan on compiling Autopsy 3 against TSK later on then you'll want them. My suspicion is that you have not installed Ant on your system and that's why the Java/JNI features are not included. Can you confirm if you have Ant installed? Derrick On Sat, Apr 26, 2014 at 3:41 PM, Fsheathiii <fsh...@ne...> wrote: > I am building Sleuth Kit on a Suse Linux system. I see that Java/JNI > is not supported. I have determined that there is a Sleuth kit Java > Package for this. How do I get this feature enabled? Does it matter > > heath@suse64:~/Autopsy/sleuthkit-4.1.3> sh configure > . > checking for javac... javac > checking if javac works... yes > checking for javac... /usr/bin/javac > checking symlink for /usr/bin/javac... /etc/alternatives/javac > checking symlink for /etc/alternatives/javac... > /usr/lib64/jvm/java-1.7.0-openjdk/bin/javac > . > . > checking for java... java > . > . > > Features: > Java/JNI support: no > > Thank You > > Frank S. Heath > > > ------------------------------------------------------------------------------ > Start Your Social Network Today - Download eXo Platform > Build your Enterprise Intranet with eXo Platform Software > Java Based Open Source Intranet - Social, Extensible, Cloud Ready > Get Started Now And Turn Your Intranet Into A Collaboration Platform > http://p.sf.net/sfu/ExoPlatform > _______________________________________________ > sleuthkit-users mailing list > https://lists.sourceforge.net/lists/listinfo/sleuthkit-users > http://www.sleuthkit.org > |