diff --git a/developers.html b/developers.html
index 23f740c801ece6b71df3fdd1c4277069d3124066..a5f1c4e49c1a7ea4be55ce98e326675a62eebd3c 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> &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>