I made a application and put all *.class files into a JAR file. It works
fine, the only thing I couldn't do alone is load a image (for example) file from
inside of this JAR. If I tell to load something from ./ it try to load from the
path location of the jar file. How do I do this?