jre 1.5 NullPointerException
843798Jun 14 2005 — edited Jun 14 2005Hi,
After upgrading from jre 1.4 to jre 1.5,
I am getting a NullPointerException in all the classes where
Swing ImageIcon is called.
java.lang.NullPointerException
at javax.swing.ImageIcon.<init> (unknown source)
The path to find images is same, nothing is changed from 1.4 to 1.5. I dont know why this is happening.
Did anybody face this problem?
Is it a bug in jre 1.5 or Did the API change?
Thanks in advance
nmadhava