How can I add resources (images) directly into my JAR file? For example, if you open the minecraft.jar (of Minecraft) you can see a few classes and folders with resources.
If I try to put any resources in my /src folder, Eclipse will show them in the Package Explorer which is annoying.
When I decompile Minecraft (Minecraft Coder Pack) there are no resources in the /src folder. How can I add my resources like Minecraft does?
Thanks in advance!!