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