When specifying 'arch' attribute in resources element of jnlp file, only 'amd64' will work "x86_64' will not work.
On 64 bit Windows, you can run with either 32 or 64 bit JRE, and you can filter the resources used by specifying the 'arch' attribute, but only specifying "arch='amd64'" will cause resources to only be used when running in 64 bit Archetecture
On 64 bit Windows, you can run with either 32 or 64 bit JRE, and you can filter the resources used by specifying the 'arch' attribute, but only specifying "arch='amd64'" will cause resources to only be used when running in 64 bit Archetecture
- relates to
-
JDK-8210038 JNLP 'arch' attribute fails with NPE in SingleInstanceServiceImpl
-
- Resolved
-