I want to check the installed java version to make sure it meets minimum requirements.
I'm reading it from the registry keys:
HKLM\\SOFTWARE\\JavaSoft\\Java Runtime Environment\\Java7FamilyVersion.
A sample value is 1.7.0_25. I'm curious if System.Version and related CompareTo() supports this, or if there is any alternative if it doesn't.