Skip to content
Snippets Groups Projects
Commit 8c37e909 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

OpenJDK 19.0.2

parent d72e7bcf
No related branches found
No related tags found
No related merge requests found
...@@ -908,7 +908,7 @@ Note that the -d switch is necessary for domain users. ...@@ -908,7 +908,7 @@ Note that the -d switch is necessary for domain users.
which does not need to be installed separately. which does not need to be installed separately.
</li> </li>
<li> <li>
OpenJDK <code style="color:darkgreen"><b>jdk-19.0.1</b></code> OpenJDK <code style="color:darkgreen"><b>jdk-19.0.2</b></code>
is default Java version for Savage projects, used is default Java version for Savage projects, used
under a under a
<a href="https://openjdk.java.net/legal/gplv2+ce.html" target="_blank">non-viral open-source license</a>. <a href="https://openjdk.java.net/legal/gplv2+ce.html" target="_blank">non-viral open-source license</a>.
...@@ -943,7 +943,7 @@ Note that the -d switch is necessary for domain users. ...@@ -943,7 +943,7 @@ Note that the -d switch is necessary for domain users.
or or
--> -->
<br /> <br />
&nbsp;&nbsp;&nbsp;&nbsp; <code style="color:darkgreen"><b>JAVA_HOME=C:\Program Files\Java\openjdk\jdk-19.0.1</b></code> &nbsp;&nbsp;&nbsp; # OpenJDK, or &nbsp;&nbsp;&nbsp;&nbsp; <code style="color:darkgreen"><b>JAVA_HOME=C:\Program Files\Java\openjdk\jdk-19.0.2</b></code> &nbsp;&nbsp;&nbsp; # OpenJDK, or
<br /> <br />
<!--&nbsp;&nbsp;&nbsp;&nbsp; <code style="color:darkgreen"><b>JAVA_HOME=C:\Program Files\Java\jdk-14</b></code> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Oracle JDK <!--&nbsp;&nbsp;&nbsp;&nbsp; <code style="color:darkgreen"><b>JAVA_HOME=C:\Program Files\Java\jdk-14</b></code> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Oracle JDK
<br />--> <br />-->
...@@ -969,11 +969,11 @@ Note that the -d switch is necessary for domain users. ...@@ -969,11 +969,11 @@ Note that the -d switch is necessary for domain users.
<ul> <ul>
<li> <li>
<pre> <pre>
$<b> java -version</b> &nbsp;&nbsp; # OpenJDK&nbsp;19.0.1 $<b> java -version</b> &nbsp;&nbsp; # OpenJDK&nbsp;19.0.2
openjdk version "19.0.1" 2022-10-18 openjdk version "19.0.2" 2023-01-17
OpenJDK Runtime Environment (build 19.0.1+10-21) OpenJDK Runtime Environment (build 19.0.2+7-44)
OpenJDK 64-Bit Server VM (build 19.0.1+10-21, mixed mode, sharing) OpenJDK 64-Bit Server VM (build 19.0.2+7-44, mixed mode, sharing)
</pre> </pre>
</li> </li>
<li> <li>
...@@ -1063,7 +1063,7 @@ Java HotSpot(TM) 64-Bit Server VM (build 19.0.1+10-21, mixed mode, sharing) ...@@ -1063,7 +1063,7 @@ Java HotSpot(TM) 64-Bit Server VM (build 19.0.1+10-21, mixed mode, sharing)
<ul> <ul>
<li> Extract the contents (including README.txt) for inclusion in the JDK development build, for example <li> Extract the contents (including README.txt) for inclusion in the JDK development build, for example
<br /> <br />
<code style="color:darkgreen"><b>C:\Program Files\Java\jdk-19.0.1\jre\lib\security</b></code></li> <code style="color:darkgreen"><b>C:\Program Files\Java\jdk1.8.0_221\jre\lib\security</b></code></li>
<li> <li>
<a href="https://download.oracle.com/javase/8/docs/technotes/guides/security">Java(TM) Cryptography Architecture (JCA) Reference Guide</a> <a href="https://download.oracle.com/javase/8/docs/technotes/guides/security">Java(TM) Cryptography Architecture (JCA) Reference Guide</a>
</li> </li>
...@@ -1653,7 +1653,7 @@ need to be connected to the NPS intranet. ...@@ -1653,7 +1653,7 @@ need to be connected to the NPS intranet.
by changing menu <i>Tools&nbsp;&gt;&nbsp;Java&nbsp;Platforms</i> by changing menu <i>Tools&nbsp;&gt;&nbsp;Java&nbsp;Platforms</i>
and also and also
<code style="color:darkgreen"><b>netbeans.conf</b></code> property <code style="color:darkgreen"><b>netbeans.conf</b></code> property
<code>netbeans_jdkhome="C:\Program Files\Java\openjdk\jdk-19.0.1"</code> <code>netbeans_jdkhome="C:\Program Files\Java\openjdk\jdk-19.0.2"</code>
(for example). (for example).
</li> </li>
<li> <li>
...@@ -3138,7 +3138,7 @@ which can lead to the Internet of Things becoming the Web of Things. </i> ...@@ -3138,7 +3138,7 @@ which can lead to the Internet of Things becoming the Web of Things. </i>
<a href="https://savage.nps.edu/developers.html">https://savage.nps.edu/developers.html</a> <a href="https://savage.nps.edu/developers.html">https://savage.nps.edu/developers.html</a>
</blockquote> </blockquote>
<blockquote> <blockquote>
Revised 5 November 2022 Revised 20 January 2022
</blockquote> </blockquote>
<p> <p>
......
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