From f17dd8fc614e973cd7bdbaa157589715d3e16cb7 Mon Sep 17 00:00:00 2001 From: Ryan Kurtz Date: Fri, 26 May 2023 07:35:41 -0400 Subject: [PATCH] Updating JDK hyperlink --- 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 1552763..3bed680 100644 --- a/Frequently-asked-questions.md +++ b/Frequently-asked-questions.md @@ -4,7 +4,7 @@ Gee-druh. The G sounds like the G in goto, great, good, graph, and GitHub. The ### When I run Ghidra, all I see is "Java runtime not found..." How do I get Ghidra to run? -Download and install [Java JDK 11](https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/downloads-list.html) and add its _bin_ directory to your system's PATH. For detailed instructions on adding Java to your PATH, see the Ghidra Installation Guide. +Download and install [Java JDK 17](https://adoptium.net/temurin/releases) and add its _bin_ directory to your system's PATH. For detailed instructions on adding Java to your PATH, see the Ghidra Installation Guide. ### 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?