Bruce try this <cfset fso = CreateObject( 'java', 'java.io.FieOutputStream').init( CreateObject( 'java', 'java.io.File' ).init( 'e:/temp/tempimage.png' ) ) />
Although in my opinion you are better off using a BufferedOutputStream as it is suppose to perform better. However I haven't work with batik. HTH Qasim On 5/8/07, Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions < [EMAIL PROTECTED]> wrote: > > Don't seem to like that either. > Get the same error message. > > -----Original Message----- > From: Dave Watts [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 08, 2007 4:11 PM > To: CF-Talk > Subject: RE: Using .jar file with <cfobject> > > > > <cfset pngpath = "e:\temp\tempimage.png"> > > Try "e:/temp/tempimage.png". > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > > Fig Leaf Software provides the highest caliber vendor-authorized > instruction > at our training centers in Washington DC, Atlanta, Chicago, Baltimore, > Northern Virginia, or on-site at your location. Visit > http://training.figleaf.com/ for more information! > > This email has been processed by SmoothZap - www.smoothwall.net > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & Flex 2 Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277367 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

