I’m new to JavaFX. I have a JavaFX Application which is generating a jar and a JNLP file. As a DB I’m using SQLite db. The system runs fine when running it on Netbeans IDE but does not get going with built files (jnlp, jar). Problem is the JNLP is unable to find the db location when running with JNLP.
How can I fix it?
Sign your application to give it the permissions it needs to run correctly in jnlp mode.