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.
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.
I have 2 other problems:
resource
directory. When I copyfxml
files to directory with classes - then it works.