mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-0: Fixing old JDK 17 reference in ghidraSvr scripts
This commit is contained in:
parent
47146d25f2
commit
2a0c9c9d39
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
# Usage: ghidraSvr [ console | status | install | uninstall | start | stop | restart ]
|
# Usage: ghidraSvr [ console | status | install | uninstall | start | stop | restart ]
|
||||||
#---------------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
# The Java 17 (or later) runtime installation must either be on the system path or identified
|
# The Java 21 (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
|
# 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
|
# 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
|
# it may be necessary to explicitly specify the path to the installation by setting JAVA_HOME
|
||||||
|
|
|
@ -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 Usage: ghidraSvr [ console | status | install | uninstall | start | stop | restart ]
|
||||||
rem ---------------------------------------------------------------------------------------
|
rem ---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
rem The Java 17 (or later) runtime installation must either be on the system path or identified
|
rem The Java 21 (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 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 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
|
rem it may be necessary to explicitly specify the path to the installation by setting JAVA_HOME
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue