mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-09 06:39:33 +00:00
fix pasco java path
This commit is contained in:
parent
de17025422
commit
a3caadeb10
@ -384,7 +384,7 @@ public class ExtractIE extends Extract implements IngestModuleImage {
|
||||
command.append(" > \"").append(PASCO_RESULTS_PATH).append("\\pasco2Result.").append(Integer.toString(fileIndex)).append(".txt\"");
|
||||
// command.add(" > " + "\"" + PASCO_RESULTS_PATH + File.separator + Long.toString(bbId) + "\"");
|
||||
String cmd = command.toString();
|
||||
JavaSystemCaller.Exec.execute("\"\"" + JAVA_PATH + "\" " + cmd + "\"");
|
||||
JavaSystemCaller.Exec.execute("\"" + JAVA_PATH + " " + cmd + "\"");
|
||||
|
||||
} catch (Exception e) {
|
||||
success = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user