strange java…
i used
*
myImage = javax.imageio.ImageIO.read( ClassLoader.getSystemResource( "myImage.xxx"));
to load a pic within a jar, and it worked fine.
However, if the jar is started via webstart, it doesn’t work anymore!!!
I just get:
java.lang.IllegalArgumentException: input == null!
at javax.imageio.ImageIO.read(Unknown Source)
...points to *
any idea? solution?