Tim, Yep, your tip to run the class code over one line worked perfectly. AFAIK to get the api or javadocs related to this you will have to e-mail Ben Forte or read his article in October CFDJ on accessing the factory.
OT, I`m trying to get textpad.exe to compile javacode, anybody configured textpad.exe to use the sun jdk to do this, I keep getting a classpath not found error, or is it possible to set up textpad.exe to use the jvm that comes with MX to compile/run java applications from within textpad. cheers Colm Colm Brazel MA CB Publications www.cbweb.net <http://www.cbweb.net> [EMAIL PROTECTED] <mailto:design@;cbweb.net> [EMAIL PROTECTED] <mailto:cbweb@;iol.ie> -----Original Message----- From: Tim Blair [mailto:tim@;rawnet.com] Sent: 18 October 2002 09:41 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] Quickie - page execution times Colm, > Tried the above( I`m late back on this), but I get a > classpath path error, I was getting an "Object Instantiation Error" at first, don't know if that's the error you were getting. I fixed it simply by making sure that the CLASS="" attribute was not split over two lines. In Doug's original post it showed it like this: CLASS="coldfusion. server.ServiceFactory" I replaced that with the following and it worked: CLASS="coldfusion.server.ServiceFactory" HTH, Tim. ------------------------------------------------------- Tim Blair Web Application Engineer, Rawnet Limited Direct Phone : +44 (0) 1344 393 441 Switchboard : +44 (0) 1344 393 040 ------------------------------------------------------- rawnet ltd Atrium Court Bracknell [EMAIL PROTECTED] Berkshire Tel : +44 (0) 1344 393 040 RG12 1BW, UK http://www.rawnet.com ------------------------------------------------------- This message may contain information which is legally privileged and/or confidential. If you are not the intended recipient, you are hereby notified that any unauthorised disclosure, copying, distribution or use of this information is strictly prohibited. Such notification notwithstanding, any comments, opinions, information or conclusions expressed in this message are those of the originator, not of rawnet limited, unless otherwise explicitly and independently indicated by an authorised representative of rawnet limited. ------------------------------------------------------- -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.394 / Virus Database: 224 - Release Date: 10/3/2002 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.394 / Virus Database: 224 - Release Date: 10/3/2002 -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
