Cross Reference: java.manifest
xref
: /
openjdk7
/
jdk
/
src
/
windows
/
resource
/
java.manifest
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
java.manifest revision 3356
0
N/A
<?
xml
version=
"1.0"
encoding=
"UTF-8"
standalone=
"yes"
?>
3356
N/A
<
assembly
xmlns=
"urn:schemas-microsoft-com:
asm.v1
"
3356
N/A
manifestVersion=
"1.0"
3356
N/A
xmlns
:
asmv3=
"urn:schemas-microsoft-com:
asm.v3
"
3356
N/A
>
0
N/A
<
assemblyIdentity
3356
N/A
version=
"IMVERSION"
0
N/A
processorArchitecture=
"X86"
3071
N/A
name=
"Oracle Corporation, Java(tm) 2 Standard Edition"
0
N/A
type=
"win32"
0
N/A
/>
3356
N/A
<
description
>Java(TM) SE PROGRAM process</
description
>
0
N/A
<
dependency
>
0
N/A
<
dependentAssembly
>
0
N/A
<
assemblyIdentity
0
N/A
type=
"win32"
0
N/A
name=
"
Microsoft.Windows.Common-Controls
"
0
N/A
version=
"6.0.0.0"
0
N/A
processorArchitecture=
"*"
0
N/A
publicKeyToken=
"6595b64144ccf1df"
0
N/A
language=
"*"
0
N/A
/>
0
N/A
</
dependentAssembly
>
0
N/A
</
dependency
>
3356
N/A
3356
N/A
<!-- Identify the application security requirements. -->
3356
N/A
<
trustInfo
xmlns=
"urn:schemas-microsoft-com:
asm.v3
"
>
3356
N/A
<
security
>
3356
N/A
<
requestedPrivileges
>
3356
N/A
<
requestedExecutionLevel
3356
N/A
level=
"asInvoker"
3356
N/A
uiAccess=
"false"
/>
3356
N/A
</
requestedPrivileges
>
3356
N/A
</
security
>
3356
N/A
</
trustInfo
>
3356
N/A
3356
N/A
<!-- Indicate JDK is high-dpi aware. -->
3356
N/A
<
asmv3
:
application
>
3356
N/A
<
asmv3
:
windowsSettings
xmlns=
"
http://schemas.microsoft.com/SMI/2005/WindowsSettings
"
>
3356
N/A
<
dpiAware
>true</
dpiAware
>
3356
N/A
</
asmv3
:
windowsSettings
>
3356
N/A
</
asmv3
:
application
>
3356
N/A
0
N/A
</
assembly
>