jar And WebStart I'm desperate i 've tried everything
I have an application which is downlodable with webstart.
I cannont load any image. I' ve tried everything.
I have a static class ImageLoader which loades imagesfrom a folder in the same directory(/images/...GIF). I dont know what is going on and i cannot load any image from the jar file..
Tha last try was with this:
return new ImageIcon(ImageLoader.class.getResource(File.separator+"images"+File.separator+imageName));
Message was edited by:
epp646

