krishnasaikarthik
asked on
sun.awt.image.URLImageSource.getConnection(URLImageSource.java:99)
Dear Experts,
i am getting folowing exception when i am running my java application
Uncaught error fetching image:
java.lang.NullPointerExcep tion
at sun.awt.image.URLImageSour ce.getConn ection(URL ImageSourc e.java:99)
at sun.awt.image.URLImageSour ce.getDeco der(URLIma geSource.j ava:108)
at sun.awt.image.InputStreamI mageSource .doFetch(I nputStream ImageSourc e.java:248 )
at sun.awt.image.ImageFetcher .fetchloop (ImageFetc her.java:1 72)
at sun.awt.image.ImageFetcher .run(Image Fetcher.ja va:136)
thanks
km
i am getting folowing exception when i am running my java application
Uncaught error fetching image:
java.lang.NullPointerExcep
at sun.awt.image.URLImageSour
at sun.awt.image.URLImageSour
at sun.awt.image.InputStreamI
at sun.awt.image.ImageFetcher
at sun.awt.image.ImageFetcher
thanks
km
Need more code and make sure *full* stack trace posted
check that u aren't passing it a null url
ASKER
Dear CEHJ
what i am doing is i am not puuting any classpath.
i am putting all my jar files in JRE ext directory.
then i am getting this excpetion.
only that exception i am getting on the console.
thanks
what i am doing is i am not puuting any classpath.
i am putting all my jar files in JRE ext directory.
then i am getting this excpetion.
only that exception i am getting on the console.
thanks
Most likely caused by specifying a nullurl when trying to load an image.
ASKER
dear objects
i am not loading any images
thanks
i am not loading any images
thanks
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
>>only that exception i am getting on the console.
Yes, but you haven't posted the full trace
Yes, but you haven't posted the full trace
Can you please post the whole content of the console?
And are you sure you're running your application?
And are you sure you're running your application?
ASKER
deat CEHI,
that is only the content i am getting on the console..
thanks
that is only the content i am getting on the console..
thanks