Read a file with Java Web Start (jnlp)

3

I have a java application that reads a config.db file, locally it works correctly but when executing it from jnlp it tells me that this file does not exist, in the same way and case they occur with the reports * .jasper config. properties etc.

PS: all files and libraries already have permission or a key.

    
asked by Joe Black 29.03.2016 в 19:05
source

1 answer

0

In the JNLP file you will have to put the references I understand.

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

Documentation in this regard. link

    
answered by 24.10.2016 в 18:13