Hello!
I'm searching and searching and can't find a solution...
In my project I've got a folder 'Images' where from my application loads icons etc. Running project from IDE (NetBeans) it's of course working fine, but I want to create stand-alone application, so I create .jar file.
And here's a problem - how to add that folder 'Images' to my .jar file, so application could load icons from it?
I tried to simply put that folder into .jar file, but it doesn't seem to be that easy...
Zibo