RE: Java error in coldfusion mx6.1

2003-12-03 Thread Andrew Scott
[mailto:[EMAIL PROTECTED] Sent: Thursday, 4 December 2003 2:51 AM To: CF-Talk Subject: Re: Java error in coldfusion mx6.1 Are you trying to use some type of Java Class? Post your code. I have seen this error happen in CFMX 6.0, while trying to access Java Crimson DOM parsers. The issue was resolved

Re: Java error in coldfusion mx6.1

2003-12-03 Thread Joe Eugene
  Sent: Tuesday, December 02, 2003 6:49 PM   Subject: Java error in coldfusion mx6.1   Can anyone tell me why I am getting this error   Class coldfusion.runtime.java.JavaProxy can not access a member of class   Account with modifiers ""   the java code is this   class Account   {   

Java error in coldfusion mx6.1

2003-12-02 Thread Andrew Scott
Can anyone tell me why I am getting this error Class coldfusion.runtime.java.JavaProxy can not access a member of class Account with modifiers "" the java code is this class Account {     public void Test()     {     }         public static boolean debugMode; } Regards Andrew Scott Techni