Skip to content
Snippets Groups Projects
Commit bebfe6c8 authored by brutzman's avatar brutzman
Browse files

netbeans 11.1, openjdk/oracle jdk 13

parent 125a32cb
No related branches found
No related tags found
No related merge requests found
...@@ -857,20 +857,20 @@ Note that the -d switch is necessary for domain users. ...@@ -857,20 +857,20 @@ Note that the -d switch is necessary for domain users.
<ul> <ul>
<li> <li>
<pre> <pre>
$<b> java -version</b> &nbsp;&nbsp; # OpenJDK 12 $<b> java -version</b> &nbsp;&nbsp; # OpenJDK 13
openjdk version "12.0.2" 2019-07-16 openjdk 13 2019-09-17
OpenJDK Runtime Environment (build 12.0.2+10) OpenJDK Runtime Environment (build 13+33)
OpenJDK 64-Bit Server VM (build 12.0.2+10, mixed mode, sharing) OpenJDK 64-Bit Server VM (build 13+33, mixed mode, sharing)
</pre> </pre>
</li> </li>
<li> <li>
<pre> <pre>
$<b> java -version</b> &nbsp;&nbsp; # Oracle JDK 12 $<b> java -version</b> &nbsp;&nbsp; # Oracle JDK 13
java version "12.0.2" 2019-07-16 java 13 2019-09-17
Java(TM) SE Runtime Environment (build 12.0.2+10) Java(TM) SE Runtime Environment (build 13+33)
Java HotSpot(TM) 64-Bit Server VM (build 12.0.2+10, mixed mode, sharing) Java HotSpot(TM) 64-Bit Server VM (build 13+33, mixed mode, sharing)
</pre> </pre>
</li> </li>
<li> <li>
...@@ -1476,7 +1476,7 @@ need to be connected to the NPS intranet. ...@@ -1476,7 +1476,7 @@ need to be connected to the NPS intranet.
<code style="color:darkgreen"><b>netbeans.conf</b></code> <code style="color:darkgreen"><b>netbeans.conf</b></code>
in the program-installation directory, such as in the program-installation directory, such as
<br /> <br />
<code style="color:darkgreen"><b>C:\Program&nbsp;Files\NetBeans_11.0\etc\netbeans.conf</b></code> (default user settings) <code style="color:darkgreen"><b>C:\Program&nbsp;Files\NetBeans_11.1\etc\netbeans.conf</b></code> (default user settings)
<br /> <br />
or, noting hyphen, or, noting hyphen,
<code style="color:darkgreen"><b>C:\Program&nbsp;Files\NetBeans-11.1\etc\netbeans.conf</b></code> (default user settings) <code style="color:darkgreen"><b>C:\Program&nbsp;Files\NetBeans-11.1\etc\netbeans.conf</b></code> (default user settings)
...@@ -1777,9 +1777,11 @@ netbeans_jdkhome="C:\Program Files\Java\jdk1.8.0_221"</pre> ...@@ -1777,9 +1777,11 @@ netbeans_jdkhome="C:\Program Files\Java\jdk1.8.0_221"</pre>
<br /> <br />
<a href="images/MmowgliHttpsCertificate.png">mmowgli.nps.navy.mil https certificate</a> <a href="images/MmowgliHttpsCertificate.png">mmowgli.nps.navy.mil https certificate</a>
</li> </li>
<!--
<li> <li>
<a href="images/MovesInstituteHttpsCertificate.png">movesInstitute.org https certificate</a> <a href="images/MovesInstituteHttpsCertificate.png">movesInstitute.org https certificate</a>
</li> </li>
-->
<li> <li>
<a href="images/X3d-earthHttpsCertificate.png">x3d-earth.nps.edu https certificate</a> <a href="images/X3d-earthHttpsCertificate.png">x3d-earth.nps.edu https certificate</a>
</li> </li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment