I have two folders stored inside the jar of my Javafx application, I don't want to distribute this application to customers as a executable jar file, so i have changed it to a Application (.exe) file using Launch4J.
when the user activates the Application (.exe), my application will try to copy the two folders from the Application (.exe) to a certain directory, at the moment I can't seem to be able to reference the two folders inside the .exe.
Does anyone know how to do this in java?