mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-22 06:42:56 +08:00
GT-2658 - fixed error with ghidra server relative path
This commit is contained in:
@@ -479,7 +479,7 @@ public class GhidraServer extends UnicastRemoteObject implements GhidraServerHan
|
||||
|
||||
ResourceFile serverRoot = new ResourceFile(Application.getInstallationDirectory(),
|
||||
SystemUtilities.isInDevelopmentMode() ? "ghidra/Ghidra/RuntimeScripts/Common/server"
|
||||
: "ghidra/server");
|
||||
: "server");
|
||||
if (serverRoot == null || serverRoot.getFile(false) == null) {
|
||||
System.err.println(
|
||||
"Failed to resolve installation root directory!: " + serverRoot.getAbsolutePath());
|
||||
|
||||
Reference in New Issue
Block a user