I have a jar file of a bunch of images. I'd like to be able to read an image from the file. I know how to do this if I just put the jar into my project, but how do you do this when the jar is included as a library on your build path? It doesn't seem to work the same.
Below is a test program that works if the jar is included in my project, but does not work when the jar is included in the build path.