Read a file with Java Web Start (jnlp)

I have an application in java that reads a config file.db, locally it works correctly but when running it from jnlp it tells me that there is no such file, in the same way and case are with reports *.jasper config.properties etc.

PS: All files and libraries already have permission or key.

 3
Author: Joe Black, 2016-03-29

1 answers

In the JNLP file you should put the references I understand.

In the documentation comes how to include them, probably if you are using Netbeans or some IDE similar, when compiling the libraries you locate them in a folder called lib.

Documentation about it. https://docs.oracle.com/javase/tutorial/deployment/webstart/deploying.html

 0
Author: Ajeno, 2016-10-24 16:13:11