Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Specify that JDK 17 is required
  • Loading branch information
Cuyler36 committed May 12, 2023
1 parent ff34050 commit 6e837c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<Absolute path to Ghidra without quotations>``
- **macos/Linux**: Running ``export GHIDRA_INSTALL_DIR=<Absolute path to Ghidra>``
Expand Down

0 comments on commit 6e837c0

Please sign in to comment.