-
Notifications
You must be signed in to change notification settings - Fork 630
Description
I have blackarch and installed autopsy/sleuth via pacman, netbeans is version 26.
autopsy 4.22.1
I am consistently getting errors attempting to run autopsy.. The first issue is:
org.netbeans.InvalidException: StandardModule:org.sleuthkit.autopsy.core jarFile: /opt/autopsy/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 68.0), this version of the Java Runtime only recognizes class file versions up to 65.0
This was with Java lts version 21... So upgrading to jdk 24 should fix this.. because it would support "class file version 68.0"
However...
Error occurred during initialization of VM
java.lang.Error: A command line option has attempted to allow or enable the Security Manager. Enabling a Security Manager is not supported.
at java.lang.System.initPhase3(java.base@24.0.2/System.java:1947)
It seems as if the security manager is disabled - https://docs.oracle.com/en/java/javase/24/security/security-manager-is-permanently-disabled.html
I am unable to run with an earlier version of Java.. due tot he class file version issue.. I can't find an issue right now for a workaround on this.
Any support would be greatly appreciated.
Thanks,