Specifies the platform identifier of the operating system.
public final int platformId;
Use the platformId field to determine the general operating system that your application is running on. The value of the field is equal to the WIN32S, WIN32_WINDOWS, or WIN32_NT field of the Version class.