Hello everyone,

I am writting a java custom tag that will, given an image filename/location
and a string, draw the string onto the image and save the modified image out
to a new file.

I have written a stand alone application to do this with no problem, but
when I recode it as a custom tag it fails to work.

I belive the problem may lie with a call to fetch the default toolkit.

I am accessing the graphic source file using the getImage method of the
Toolkit and keep getting the following ;

java.lang.NoClassDefFoundError. Java exception occurred in call to method.

Can anyone help.

Cheers,

Simon Hartley.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to