mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-5598: Rename InstallationGuide to GettingStarted; put in installation
root dir
This commit is contained in:
parent
39e5485389
commit
0ee0537e45
10 changed files with 28 additions and 28 deletions
|
@ -127,7 +127,7 @@ echo WARNING: JAVA_HOME environment variable is set to an invalid directory: %JA
|
|||
:javaNotFound
|
||||
echo.
|
||||
echo ERROR: The 'java' command could not be found in your PATH or with JAVA_HOME.
|
||||
echo Please refer to the Ghidra Installation Guide's Troubleshooting section.
|
||||
echo Please refer to the Getting Started document's Troubleshooting section.
|
||||
set ERRORLEVEL=1
|
||||
goto exit1
|
||||
|
||||
|
@ -146,7 +146,7 @@ if "%LS_JAVA_HOME%" == "" (
|
|||
if "!LS_JAVA_HOME!" == "" (
|
||||
echo.
|
||||
echo ERROR: Failed to find a supported JDK.
|
||||
echo Please refer to the Ghidra Installation Guide's Troubleshooting section.
|
||||
echo Please refer to the Getting Started document's Troubleshooting section.
|
||||
set ERRORLEVEL=1
|
||||
goto exit1
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue