Hi managed to create the jar and .jnlp files for my Java application but running into trouble when it runs. Launches okay with Java Web Start but I think I need to do someth
If you want access to the file system you need to change your JNLP file to include:
This requires you to also sign your jar files.
Another option is to package the file inside the jar as a resource and you don't have to do all that.