edvin / fxlauncher

Auto updating launcher for JavaFX Applications
Apache License 2.0
715 stars 107 forks source link

Cannot localize resource file. Problem with creating file. #139

Closed Mistral closed 5 years ago

Mistral commented 5 years ago

I have 2 other problems:

  1. Im using javaFX with springboot, after creation .deb package, application doesn't see fxml files in resource directory. When I copy fxml files to directory with classes - then it works.
  2. My project use database sqlite. In first time database should be created automatic by hibernate. But I am getting error: Access deny. Application can't create file.
edvin commented 5 years ago
  1. You must make sure that your build system copies your resources files to the classpath.
  2. You haven't supplied nearly enough information to be able to debug this.
Mistral commented 5 years ago

Ok, all reported issues were my mistakes. Sorry for the inconvenience.