From 6e837c0aba11e9c225bef276b516391af1dd6f06 Mon Sep 17 00:00:00 2001 From: Cuyler36 Date: Fri, 12 May 2023 10:52:43 -0400 Subject: [PATCH] Update README Specify that JDK 17 is required --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8380aad..e4b7f41 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Includes optional symbol map importing, automatic namespace creation, and demang * RAM Dumps ## Building -- Ensure you have ``JAVA_HOME`` set to the path of your JDK 11 installation. +- Ensure you have ``JAVA_HOME`` set to the path of your JDK 17 installation. - Set ``GHIDRA_INSTALL_DIR`` to your Ghidra install directory. This can be done in one of the following ways: - **Windows**: Running ``set GHIDRA_INSTALL_DIR=`` - **macos/Linux**: Running ``export GHIDRA_INSTALL_DIR=``