From 2536099c0eb2683ee0e416a127f8a8795f8de853 Mon Sep 17 00:00:00 2001 From: Ryan Kurtz Date: Fri, 26 Aug 2022 14:13:00 -0400 Subject: [PATCH] GP-0: Updating reference to supported java version in ghidraSvr scripts --- Ghidra/RuntimeScripts/Linux/server/ghidraSvr | 2 +- Ghidra/RuntimeScripts/Windows/server/ghidraSvr.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Ghidra/RuntimeScripts/Linux/server/ghidraSvr b/Ghidra/RuntimeScripts/Linux/server/ghidraSvr index 5e20162809..c34244ef6a 100755 --- a/Ghidra/RuntimeScripts/Linux/server/ghidraSvr +++ b/Ghidra/RuntimeScripts/Linux/server/ghidraSvr @@ -5,7 +5,7 @@ # Usage: ghidraSvr [ console | status | install | uninstall | start | stop | restart ] #--------------------------------------------------------------------------------------- -# The Java 11 (or later) runtime installation must either be on the system path or identified +# The Java 17 (or later) runtime installation must either be on the system path or identified # by setting the JAVA_HOME environment variable. If not using a formally installed Java # runtime which has been configured into the system PATH ahead of other Java installations # it may be necessary to explicitly specify the path to the installation by setting JAVA_HOME diff --git a/Ghidra/RuntimeScripts/Windows/server/ghidraSvr.bat b/Ghidra/RuntimeScripts/Windows/server/ghidraSvr.bat index 682b8d8bfe..e4205db329 100644 --- a/Ghidra/RuntimeScripts/Windows/server/ghidraSvr.bat +++ b/Ghidra/RuntimeScripts/Windows/server/ghidraSvr.bat @@ -5,7 +5,7 @@ rem Ghidra Server Script (see svrREADME.html for usage details) rem Usage: ghidraSvr [ console | status | install | uninstall | start | stop | restart ] rem --------------------------------------------------------------------------------------- -rem The Java 11 (or later) runtime installation must either be on the system path or identified +rem The Java 17 (or later) runtime installation must either be on the system path or identified rem by setting the JAVA_HOME environment variable. If not using a formally installed Java rem runtime which has been configured into the system PATH ahead of other Java installations rem it may be necessary to explicitly specify the path to the installation by setting JAVA_HOME