Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2053887 | 1.4.0 | Konstantin Kladko | P2 | Resolved | Fixed | 1.4 |
###@###.###
Java Version: jdk1.3.1_03
The JDK1.3.1 System.getProperty("os.name") doesn't get windows XP's os.name correctly, It should get windows XP professional in stead of windows 2000.
getProperies() has the same problem too.
To reproduce this problem:
Run the following code in windows XP pro:
public class XpOsname {
public static void main(String[] args) {
System.out.print(" " + System.getProperty("os.name"));
System.out.print(" " + System.getProperties());
}
}
Java Version: jdk1.3.1_03
The JDK1.3.1 System.getProperty("os.name") doesn't get windows XP's os.name correctly, It should get windows XP professional in stead of windows 2000.
getProperies() has the same problem too.
To reproduce this problem:
Run the following code in windows XP pro:
public class XpOsname {
public static void main(String[] args) {
System.out.print(" " + System.getProperty("os.name"));
System.out.print(" " + System.getProperties());
}
}
- backported by
-
JDK-2053887 JDK1.3.1 getProperties() doesn't get windows XP os.name correctly.
-
- Resolved
-
- duplicates
-
JDK-4676393 1.3.1_04 getProperties() does not get windows XP os.name correctly
-
- Closed
-