From 462bb57b74c0f2cd257db572333e182d6cbda885 Mon Sep 17 00:00:00 2001 From: Ryan Kurtz Date: Fri, 26 May 2023 07:34:14 -0400 Subject: [PATCH] Updating references to current supported java version --- Frequently-asked-questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frequently-asked-questions.md b/Frequently-asked-questions.md index f5032db..1552763 100644 --- a/Frequently-asked-questions.md +++ b/Frequently-asked-questions.md @@ -8,7 +8,7 @@ Download and install [Java JDK 11](https://docs.aws.amazon.com/corretto/latest/c ### My system requires Java 8 (or another Java) to be on the PATH for other software to function correctly. How can I get Ghidra to run without altering the PATH? -Ghidra uses an existing Java runtime on the PATH (Java 1.7 or later) to locate a version of Java that Ghidra supports (in this case, Java 11). If Ghidra fails to find Java 11 in the standard locations, you will be prompted to enter the path to Java 11's installation directory. Note that this path should be Java's installation directory (also called "java home"), not the _bin_ directory found within the installation directory. +Ghidra uses an existing Java runtime on the PATH (Java 1.8 or later) to locate a version of Java that Ghidra supports (in this case, Java 17). If Ghidra fails to find Java 17 in the standard locations, you will be prompted to enter the path to Java 17's installation directory. Note that this path should be Java's installation directory (also called "java home"), not the _bin_ directory found within the installation directory. ### Where is the complete Ghidra source code? ###