Ok here's one for you. I'm unable to convert this epoch time to a friendly stamp because the number of seconds uses the E notation for a really big number.
The number it's trying to convert is 1.73300575E12, passing this directly to Dateformat of course fails to produce the correct date :) Thoughts? ---------------_____________________________________________________ Eric R. Jones Senior Web Application Developer, AFNOC/NCD Barksdale AFB, LA DSN 781-7784 Comm (318) 456-7784 NIPRNET: [EMAIL PROTECTED] SIPRNET: [EMAIL PROTECTED] -----Original Message----- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 07, 2007 2:47 PM To: CF-Talk Subject: Re: Java.io.file On 3/7/07, Jones Eric R Ctr 8 AF Det 1/AFNOC < [EMAIL PROTECTED]> wrote: > > I'm doing a simple createobject("java","java.io.file"); but it keeps > telling me there was an object instantiation error. You got the answer already. Java classes are CaSe-Sensitive. someone suggested something about a constructor, but it's not necessary when calling the create object... you can do the createObject *AND* then call the constructor with the .init() method... the createObject() itself doesn't actually call the constructor. Personally, I'm not a fan of calling the constructor on the same line as the createObject()... just seems ugly to me. Rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:271924 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

