-
Enhancement
-
Resolution: Fixed
-
P3
-
6u24, 7
-
b131
-
generic, other
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2208577 | 6u30 | Miroslaw Niemiec | P3 | Closed | Fixed | b01 |
Windows 7 adds a new compatibility manifest section.
http://msdn.microsoft.com/en-us/library/dd371711%28VS.85%29.aspx
We should review what is there and when ready add a section
indicating we support Vista & Windows7 as per the MS example :
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
</application>
</compatibility>
We should update src/windows/resource/template.manifest with this.
http://msdn.microsoft.com/en-us/library/dd371711%28VS.85%29.aspx
We should review what is there and when ready add a section
indicating we support Vista & Windows7 as per the MS example :
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
</application>
</compatibility>
We should update src/windows/resource/template.manifest with this.
- backported by
-
JDK-2208577 Update install repo application manifests with Windows 7 compatibility section.
-
- Closed
-
- duplicates
-
JDK-7032536 Install of jre on Windows systems raises program compatibility dialog
-
- Closed
-
- relates to
-
JDK-7014571 Update deploy repos application manifests with Windows 7 compatibility section.
-
- Closed
-
-
JDK-7003354 java/awt/font/LogicalFonts/MappingTest.java fails on Solaris 11
-
- Closed
-