-
Bug
-
Resolution: Fixed
-
P3
-
1.4.2
-
b22
-
x86
-
windows, windows_xp
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2068408 | 5.0 | Joe Darcy | P3 | Resolved | Fixed | tiger |
JDK verion:
1.4.2-rc-b20
1.5.0-beta-b04
getProperty get wrong os name in windows 2003, it shows windows XP.
public class getProperty {
public static void main ( String args[] ) {
System.out.println(System.getProperty("os.name"));
}
}
1.4.2-rc-b20
1.5.0-beta-b04
getProperty get wrong os name in windows 2003, it shows windows XP.
public class getProperty {
public static void main ( String args[] ) {
System.out.println(System.getProperty("os.name"));
}
}
- backported by
-
JDK-2068408 os.name is wrong in win2003 64bits in mantis and tiger
-
- Resolved
-
- duplicates
-
JDK-4839859 System.getProperty("os.name") on Win64 returns incorrect OS name
-
- Closed
-
- relates to
-
JDK-4495149 System property returns the wrong OS name on windows XP
-
- Closed
-