mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
Updating Java Documentation in InstallationGuide.html
This adds a mention of installing Java through package manager, which might not need modification of path. Also, it makes more obvious the choice to place the path to Java in the system path, something that I have noticed is often mistaken. Lastly updated the Windows Java Path setup to include the new style of path modification dialog.
This commit is contained in:
parent
b57744d4e0
commit
2272edfc0b
1 changed files with 8 additions and 2 deletions
|
@ -138,6 +138,11 @@ destination using any unzip program (built-in OS utilities, 7-Zip, WinZip, WinRA
|
|||
the parent directory of Java's <i>bin</i> directory). This minimizes the impact Ghidra has on
|
||||
pre-existing configurations of Java that other software may rely on.
|
||||
</li>
|
||||
<li>
|
||||
Depending on your operating system, it may be possible to find and install a <a href="#Requirements">supported</a>
|
||||
version of a Java Runtime and Development Kit through your package manager, without the need to
|
||||
set the Path environment variables as described below.
|
||||
</li>
|
||||
<li>
|
||||
If Ghidra failed to run because <i>no versions</i> of Java were on the PATH, a
|
||||
<a href="#Requirements">supported</a> JDK should be manually installed and added to the
|
||||
|
@ -174,10 +179,11 @@ destination using any unzip program (built-in OS utilities, 7-Zip, WinZip, WinRA
|
|||
<li>
|
||||
<p>Add the JDK bin directory to the PATH variable:</p>
|
||||
<ol>
|
||||
<li>Under System variables, highlight <i>Path</i> and click <b>Edit...</b></li>
|
||||
<li>Under <b>System variables</b>, highlight <i>Path</i> and click <b>Edit...</b></li>
|
||||
<li>
|
||||
At the end of the the <i>Variable value</i> field, add a semicolon followed by
|
||||
<i><path of extracted JDK dir>\bin</i>
|
||||
<i><path of extracted JDK dir>\bin</i>, or use the <b>New</b> button in the
|
||||
<i>Edit environment variable</i> window to add a new entry to the <i>Path</i>.
|
||||
</li>
|
||||
<li>Click <b>OK</b></li>
|
||||
<li>Click <b>OK</b></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue