From 47bb65dd39a81a61adaf89dab4927b7fe42074ad Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Sat, 5 Nov 2022 23:29:58 -0700 Subject: [PATCH] tested Oracle jdk-19.0.1 sat --- developers.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/developers.html b/developers.html index 23f740c801..a5f1c4e49c 100644 --- a/developers.html +++ b/developers.html @@ -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> # OpenJDK 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> # Oracle JDK 17 Long-Term Support (LTS) +$<b> java -version</b> # 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> -- GitLab