Creating jar file of a Netbeans project containing external resources

73 Views Asked by At

I have completed a Netbeans project. Now I want to create an executable .jar file (or any other executable) of this application. The project loads data from several text files and audio files for its execution.

It seems that I have to provide the user with these extra files along with the jar file. Is there any way to combine all the files in a single executable file?

0

There are 0 best solutions below