Kbase 22024: How To Find the Java Version Running on Windows Machines
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/2002 |
|
SUMMARY:
This Solution shows you how to find the Java version that is running on a Windows machine.
SOLUTION:
From Progress proenv prompt:
%DLC%\jdk\bin\java -version
From Windows command prompt:
Use the full install path for Progress, as in the example below:
c:\progra~1\prog91c\jdk\bin\java -version
will yield:
Java version "1.3.0"
Java (TM) 2 Runtime Environment, Standard Edition
(build 1.3.0-C)
Java HotSpot (TM) Client VM (build 1.3.0-C, mixed mode)
Using Java -fullversion in place of java -version will provide:
Java full version "1.3.0-C"