mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-25 03:47:09 +08:00
Updating references to current supported java version
@@ -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? ###
|
||||
|
||||
|
||||
Reference in New Issue
Block a user