Hi,
our application needs to check for the installed java (jre) version and if the minimum version is lower than 1.8.0_100 the jre will be downloaded from our server.
Until now i am using a registry check on the key "HKLM\SOFTWARE\JavaSoft\Java Runtime Environment" and check if it is at least 1.8.0.
The check is correct and for example fails if a jre 1.8 is installed.
But how can i check the java update version (_100 in this case)
Even if i install the jre 1.8.0_100 the registry key still only shows 1.8.
But we need exactly update version 100 or above.
Anyone any ideas how to check this?