Do you know which version of Java is compatible with Windows Vista? I’ve seen only mixed information on the internet. We are finding that certain default Java code in version 1.5.0_12 is not functioning with the Vista image.
For example, our application uses System.getPrope rty("os.name"); to get the value “Windows XP” when running in XP; however, when running the Vista image, the code returns the value “Windows NT (unknown)”.
Any help you can provide would be great.
For example, our application uses System.getPrope rty("os.name"); to get the value “Windows XP” when running in XP; however, when running the Vista image, the code returns the value “Windows NT (unknown)”.
Any help you can provide would be great.
Comment