Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

jre 1.5 NullPointerException

843798Jun 14 2005 — edited Jun 14 2005
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 12 2005
Added on Jun 14 2005
3 comments
180 views