sleuthkit / autopsy

Autopsy® is a digital forensics platform and graphical interface to The Sleuth Kit® and other digital forensics tools. It can be used by law enforcement, military, and corporate examiners to investigate what happened on a computer. You can even use it to recover photos from your camera's memory card.
http://www.sleuthkit.org/autopsy/
2.37k stars 592 forks source link

Issues with Launching Autopsy #7908

Open blmcmillan01 opened 3 months ago

blmcmillan01 commented 3 months ago

I am in the process of installing Autopsy on my macOS but I am running into the following error when I execute bin/autopsy:

New Error org.netbeans.InvalidException: StandardModule:org.sleuthkit.autopsy.core jarFile: /Users/brandonmcmillan/Downloads/autopsy-4.21.0/autopsy/modules/org-sleuthkit-autopsy-core.jar: java.lang.UnsupportedClassVersionError: org/sleuthkit/datamodel/TskCoreException has been compiled by a more recent version of the Java Runtime (class file version 65.0), this version of the Java Runtime only recognizes class file versions up to 61.0

I currently have Java version 17 so not sure what else I need to do/check to get past this error. Thanks!

markmckinnon commented 3 months ago

What version of Autopsy are you trying to run?

blmcmillan01 commented 3 months ago

What version of Autopsy are you trying to run?

Hi @markmckinnon I actually figured it out. I installed a later version of Java and it worked!