From 1c50200605ed48cc0477fb273c19e6f83440b076 Mon Sep 17 00:00:00 2001 From: Rasmus Date: Sun, 19 Oct 2025 12:37:53 +0000 Subject: [PATCH 1/2] added java installation step --- docz/docs/03-demos/32-extensions/41-ghidra.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docz/docs/03-demos/32-extensions/41-ghidra.md b/docz/docs/03-demos/32-extensions/41-ghidra.md index d1dc254..2815565 100644 --- a/docz/docs/03-demos/32-extensions/41-ghidra.md +++ b/docz/docs/03-demos/32-extensions/41-ghidra.md @@ -266,6 +266,19 @@ On macOS, Ghidra was installed using Homebrew: brew install --cask ghidra ``` +:::note pass + +Ghidra needs java to work, if ghidra returns `JDK 21+ (64-bit) could not be found and must be manually chosen!`: + + +```bash +brew install zulu@21 +``` + +::: + + + 1) Add the base Ghidra folder to the PATH variable. The following shell command -- 2.34.1 From 0f27b817d44bcd2e9b188e6abea8de9da4f0b92a Mon Sep 17 00:00:00 2001 From: Rasmus Date: Sun, 19 Oct 2025 12:43:33 +0000 Subject: [PATCH 2/2] Updata Ghidra docs added java line that we discussed earlier --- docz/docs/03-demos/32-extensions/41-ghidra.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docz/docs/03-demos/32-extensions/41-ghidra.md b/docz/docs/03-demos/32-extensions/41-ghidra.md index 2815565..b83cd18 100644 --- a/docz/docs/03-demos/32-extensions/41-ghidra.md +++ b/docz/docs/03-demos/32-extensions/41-ghidra.md @@ -268,7 +268,7 @@ brew install --cask ghidra :::note pass -Ghidra needs java to work, if ghidra returns `JDK 21+ (64-bit) could not be found and must be manually chosen!`: +Ghidra requires Java to run. If Ghidra returns `JDK 21+ (64-bit) could not be found and must be manually chosen!`: ```bash -- 2.34.1