Netbeans Java (JavaFX) Native Packaging with additional files and folders
问题 How to include additional files and folders (configuration files) when natively packaging Java applications? When building the project, I have set the build file to create directories and copy additional files to the dist directory. My normal builds (without native packaging) would result to this directory structure: -> dist -> lib -> application.jar -> config folder //additional folder -> another additional folder //additional folder Now, I would like to build my native installer (setup)