It is? or is alledgedly faster? What metrics have you ran to test and prove it's faster with your code?
"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you have received this communication in error please return it to the sender or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -----Original Message----- From: Qasim Rasheed To: CF-Talk Sent: Wed May 09 01:39:49 2007 Subject: Re: Using .jar file with <cfobject> 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 > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277382 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

