From 3edd25dfd53951ae3e86d7c60c7d53b06ecd5098 Mon Sep 17 00:00:00 2001 From: Ryan Kurtz Date: Thu, 15 Jul 2021 14:08:17 -0400 Subject: [PATCH] GP-1138: A few more tweaks to the InstallationGuide's Java Notes section --- GhidraDocs/InstallationGuide.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/GhidraDocs/InstallationGuide.html b/GhidraDocs/InstallationGuide.html index 400c075822..a7fd3b6e23 100644 --- a/GhidraDocs/InstallationGuide.html +++ b/GhidraDocs/InstallationGuide.html @@ -137,7 +137,7 @@ destination using any unzip program (built-in OS utilities, 7-Zip, WinZip, WinRA will be prompted to enter a path to the Java home directory to use (the Java home directory is the parent directory of Java's bin directory). This minimizes the impact Ghidra has on pre-existing configurations of Java that other software may rely on. - +
  • Depending on your operating system, it may be possible to find and install a supported version of a Java Runtime and Development Kit through @@ -146,9 +146,10 @@ destination using any unzip program (built-in OS utilities, 7-Zip, WinZip, WinRA
  • If Ghidra failed to run because no versions of Java were on the PATH, a - supported JDK should be manually installed and added to the - PATH. The following steps outline how to add a JDK distribution to the operating system's - PATH. + supported JDK should be installed via a Linux package manager + (aptitude, yum, etc), Windows installer program (*.exe, *.msi), macOS Installer package + (*.pkg), or manually extracted and added to the PATH. The following steps outline how to + manually extract and add a JDK distribution to the operating system's PATH.