I'm not new to Java, but I'm also not amazing with the terms. I have been doing some studying on that stuff and getting the formal names for all the different things that happen during programming and compiling, etc.
Anyways, the problem I'm having is being able to pack a program into one neat .jar
file, instead of having external folders such as "images" and "audio". Instead of the .jar
file accessing the pictures from external folders (which are easily editable by anyone), I want the pictures to be compiled in the .jar
file itself.
I have done research on already existing questions, but the results were either:
- It says how to do it in Eclipse (I can follow along, but I use Netbeans and things get sticky sometimes)
- It says some other different answer, like how to use external
.jar
files in your program. - I just don't get it (due to my weak technical vocabulary).
Could someone please help me? Thanks so much!