Pilot Training Record
System
|
If you have Java 16 installed the installation will give you a choice of installing the version that uses the resident Java; if not the installation program will install a version with Java embedded in it.
To determine what version of Java (if any) is installed open a command window/cmd prompt and type:
java -version
and press Enter.
If java is installed the response will included something like:
"java version 1.8.0_251" or "openjdk version "16.0.1" 2021-04-20" depending on the version and the platform. If the version starts with "16.0" that's Java 16 and can be used to run the Logbook System. Otherwise the installation program will install the version that does not require any Java to be installed on your PC.