¿How can I compile a project and package used resources: files, images, etc. into a jar file?
Eclipse can add files to jar, but then they are not accesible for the executable program.
Printable View
¿How can I compile a project and package used resources: files, images, etc. into a jar file?
Eclipse can add files to jar, but then they are not accesible for the executable program.
You need to use them in the program as resources, not as files. The tutorials will explain how to do this.