System.getProperty("os.version");
returns the major and minor versions of the OS, but not the installed service pak. This should either be extended to add that information or a new system property should be added to support this.
The ::GetVersionEx(LPOSVERSIONINFO) call returns the installed Service Pak in the ->szCSDVersion member
returns the major and minor versions of the OS, but not the installed service pak. This should either be extended to add that information or a new system property should be added to support this.
The ::GetVersionEx(LPOSVERSIONINFO) call returns the installed Service Pak in the ->szCSDVersion member