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

tested Oracle jdk-19.0.1 sat

parent bce80d75
No related branches found
No related tags found
No related merge requests found
......@@ -961,6 +961,9 @@ Note that the -d switch is necessary for domain users.
also check order of entries in the
<a href="images/Windows10EnvironmentVariablesPathJAVA_HOME.png">system <code>PATH</code> environment variable</a>.
</li>
<li>
JDK 17 Long-Term Support (LTS) is the level use to compile advanced applications.
</li>
<li>
Test what version of Java is actually installed and configured for your operating system via console command line. Examples:
<ul>
......@@ -971,16 +974,15 @@ $<b> java -version</b> &nbsp;&nbsp; # OpenJDK&nbsp;19.0.1
openjdk version "19.0.1" 2022-10-18
OpenJDK Runtime Environment (build 19.0.1+10-21)
OpenJDK 64-Bit Server VM (build 19.0.1+10-21, mixed mode, sharing)
</pre>
</li>
<li>
<pre>
$<b> java -version</b> &nbsp;&nbsp; # Oracle JDK 17 Long-Term Support (LTS)
$<b> java -version</b> &nbsp;&nbsp; # Oracle JDK 19
openjdk version "17.0.2" 2022-01-18
OpenJDK Runtime Environment (build 17.0.2+8-86)
OpenJDK 64-Bit Server VM (build 17.0.2+8-86, mixed mode, sharing)
java version "19.0.1" 2022-10-18
Java(TM) SE Runtime Environment (build 19.0.1+10-21)
Java HotSpot(TM) 64-Bit Server VM (build 19.0.1+10-21, mixed mode, sharing)
</pre>
</li>
</ul>
......
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