Updating references to current supported java version

Ryan Kurtz
2023-05-26 07:34:14 -04:00
parent e01a9ee91d
commit 462bb57b74
+1 -1
@@ -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? ###