Skip to main content
Participating Frequently
February 10, 2011
Question

Problem with initialization of java.awt

  • February 10, 2011
  • 3 replies
  • 1064 views

I'm working on a new section of my website and trying to debug on my local development system.

Right now I have a simple CFIMAGE call to resize an image, but I get:

"Could not initialize class java.awt color"

My local development system is Windows XP Pro, XAMPP 1.7.3, Coldfusion 9.0.

I'm relatively new to CF and this one has me baffled. Thanks.

This topic has been closed for replies.

3 replies

BKBK
Community Expert
Community Expert
February 13, 2011
Inspiring
February 11, 2011

You need to post some code, as well as the full error message.

-Leigh

fl_guyAuthor
Participating Frequently
February 11, 2011

Answered my on own question (no documentation anywhere though!). Problem was that Tomcat was

not properly installed and not running.