I am using netbeans to developed javafx application. But i can't deploy to single jar file (standalone). In Oracle's web site there is a documentation but its complicated. And also i tried some others programs like launch4j, innosetup etc. Is there a video or picture tutorial for this? Is there a trick or easy way to do this.
note: in project folder there exist sqlite database, jdbc libraries and some pictures, not only java and fxml classes.
projectname-->db-->database.sqlite
projectname-->pic-->image.png
projectname-->lib-->jdbc-sqlite.jar