Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ccavanaugh committed Mar 23, 2019
1 parent e951ecc commit c7f6de7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ Use of a prebuilt installer is recommended.
When performing a manual installation of Java, The *JAVA_HOME* Environment
Variable must be set and the Java bin directory must be in the execution path.

[NOTE]
If you have multiple versions of Java installed on your system, The *JAVA_HOME* Environment
Variable must be set to Java 11 or newer and the related Java bin directory must be the only version
in the execution path. Mixing JVM and JDK versions will confuse the bootloader.

*_Use of an OpenJDK package is recommended over use of Oracle JDK due to licensing requirements_*

=== 2. OpenJFX
Expand Down
16 changes: 15 additions & 1 deletion README.html
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,20 @@ <h3 id="Reqs-Java">1. Java</h3>
</tr>
</table>
</div>
<div class="admonitionblock note">
<table>
<tr>
<td class="icon">
<div class="title">Note</div>
</td>
<td class="content">
If you have multiple versions of Java installed on your system, The <strong>JAVA_HOME</strong> Environment
Variable must be set to Java 11 or newer and the related Java bin directory must be the only version
in the execution path. Mixing JVM and JDK versions will confuse the bootloader.
</td>
</tr>
</table>
</div>
<div class="paragraph">
<p><strong><em>Use of an OpenJDK package is recommended over use of Oracle JDK due to licensing requirements</em></strong></p>
</div>
Expand Down Expand Up @@ -888,7 +902,7 @@ <h3 id="_building_jgnash">Building jGnash:</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2019-03-05 05:05:33 -0500
Last updated 2019-03-23 05:47:09 -0400
</div>
</div>
</body>
Expand Down

0 comments on commit c7f6de7

Please sign in to comment.