Brad,

javax.swing.ImageIcon is part of the default J2SE build (and has been for
sometime) so it is unlikely that the classloader is having trouble finding
the class. (you'll find the class in rt.jar, which is the core java class
library)

My guess is you're running on a headless unix type system (or a mainframe ;)
...) , which is having trouble rendering an image without a windowing system
available, this is a JDK 1.3.x issue or 'bug' if you prefer.

What JVM are you running on ? (I'm guessing it's not 1.4.x ? ) if so I'd try
putting CF on JDK 1.4.x or install a windowing system. (by 1.4.x should also
give you way better performance, with the correct flags set)

cheers
Mark



----- Original Message ----- 
From: "Brad Apps" <[EMAIL PROTECTED]>
To: "CFAussie Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, December 05, 2003 11:52 AM
Subject: [cfaussie] 'javax.swing.ImageIcon'...


> Hey Again,
>
> In relation to my Object Instantiation Exception error.
>
> It seems that CF can not find 'javax.swing.ImageIcon', is this installed
> as a standard feature, or is it an add-on.  This web application works on
> a development server with the example apps installed, but not on a
> production server with no example apps installed.  Colud this be the
> problem?
>
> How would i add in 'javax.swing.ImageIcon'?
>
> All of our java settings are as default with one class added for the
> postgresql driver.
>
> Thanks.
>
> ---
> You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to
[EMAIL PROTECTED]
>
> MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
> http://www.mxdu.com/ + 24-25 February, 2004
>


---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004

Reply via email to