You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: