Thank you, that helps a lot!!! -----Original Message----- From: Rod Higgins [mailto:[EMAIL PROTECTED] Sent: Monday, 10 November 2003 1:22 PM To: CFAussie Mailing List Subject: [cfaussie] Re: Java error question
> Class coldfusion.runtime.java.JavaProxy can not access a member of > class jxl.Workbook with modifiers "protected" The protected modifier is used to restrict access to that class. Only a class or interface that extends the jxl.Workbook class in its own package is able to access it. hth Rod --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004 ************** IMPORTANT MESSAGE ************** This e-mail message is intended only for the addressee(s) and contains information which may be confidential. If you are not the intended recipient please advise the sender by return email, do not use or disclose the contents, and delete the message and any attachments from your system. Unless specifically indicated, this email does not constitute formal advice or commitment by the sender or the Commonwealth Bank of Australia (ABN 48 123 123 124) or its subsidiaries. ************************************************** --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
