Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

getGraphics() not valid
Hi:
On windows XP, I have a servlet in which ToolkitImage calls
getGraphics().
The error below always occurs:

java.lang.UnsupportedOperationException: getGraphics() not valid for
images created with createImage(producer)
sun.awt.image.ToolkitImage.getGraphics(Unknown Source)

Basically, I use BufferedImage to generate a image and then save it.
But when I generate the image, for some reason,
ToolkitImage.getGraphics() is used. This triggered exceptions.

I have already set -Djava.awt.headless=true when starting tomcat.

When I run the servlet on linux, it works fine.
When I run the servlet in eclipse on Window XP, the error occurs.
Can anybody tell the reason?
Thanks a lot for your help.

Best

Lian

Report this thread to moderator Post Follow-up to this message
Old Post
vizlab
12-21-04 08:57 AM


Re: getGraphics() not valid
"vizlab" <lianjian@caip.rutgers.edu> schreef in bericht
news:f406ff9.0412201907.2fb300a6@posting.google.com...
> Hi:
>  On windows XP, I have a servlet in which ToolkitImage calls
> getGraphics().
>  The error below always occurs:
>
>  java.lang.UnsupportedOperationException: getGraphics() not valid for
> images created with createImage(producer)
> sun.awt.image.ToolkitImage.getGraphics(Unknown Source)
>
>  Can anybody tell the reason?

Simple: because it is an unsupported operation.  Make sure you call
getGraphics() on the BufferedImage, not on the ToolkitImage.



Report this thread to moderator Post Follow-up to this message
Old Post
Boudewijn Dijkstra
12-21-04 01:57 PM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

Java Help archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 08:02 AM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.