Search found 3 matches
- 10 Jan 2025, 14:58
- Forum: Public Forums
- Topic: Association Entries Seem to be Ignored
- Replies: 4
- Views: 361
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 m...
- 09 Jan 2025, 20:50
- Forum: Public Forums
- Topic: Association Entries Seem to be Ignored
- Replies: 4
- Views: 361
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...
- 08 Jan 2025, 16:35
- Forum: Public Forums
- Topic: Association Entries Seem to be Ignored
- Replies: 4
- Views: 361
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> Everythin...