No, just the defaults. Very strange indeed.Yes <association> tag is not implemented although it is processed by the parser. But I wonder why the association is not created when I run the jnlp with Oracle JWS Java 8 u421? Did you set some property in the Java Control Panel:
Search found 4 matches
- 14 Jan 2025, 13:35
- Forum: Public Forums
- Topic: Association Entries Seem to be Ignored
- Replies: 6
- Views: 26973
Re: Association Entries Seem to be Ignored
- 10 Jan 2025, 14:58
- Forum: Public Forums
- Topic: Association Entries Seem to be Ignored
- Replies: 6
- Views: 26973
Re: Association Entries Seem to be Ignored
I created a dummy app with the following:
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0+" codebase="http://localhost:8080/Dummy" href="dummy.jnlp">
<information>
<title>Dummy</title>
<vendor>ABC Inc</vendor>
<offline-allowed/>
<association mime-type="application/x-jnlpb-file ...
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0+" codebase="http://localhost:8080/Dummy" href="dummy.jnlp">
<information>
<title>Dummy</title>
<vendor>ABC Inc</vendor>
<offline-allowed/>
<association mime-type="application/x-jnlpb-file ...
- 09 Jan 2025, 20:50
- Forum: Public Forums
- Topic: Association Entries Seem to be Ignored
- Replies: 6
- Views: 26973
Re: Association Entries Seem to be Ignored
I also do not see any association when I run that command. I was seeing the association in Windows 10 by opening Settings -> Apps -> Default Apps then selecting "Choose default apps by file type" at the bottom. Then if you scroll down to your extension you should see it in the list. In the case of ...
- 08 Jan 2025, 16:35
- Forum: Public Forums
- Topic: Association Entries Seem to be Ignored
- Replies: 6
- Views: 26973
Association Entries Seem to be Ignored
I currently have an app that has several file associations defined such as the following:
<jnlp ...>
<information>
<association mime-type="application-x/<custom mime type>" extensions="*.xyz">
<description>App File xyz</description>
</association>
</information>
</jnlp>
Everything works ...
<jnlp ...>
<information>
<association mime-type="application-x/<custom mime type>" extensions="*.xyz">
<description>App File xyz</description>
</association>
</information>
</jnlp>
Everything works ...