> 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
> {  ...

I'm not much of a Java programmer, but I think the default access modifier
for classes in Java is "package". If that's the case, you should be able to
recompile your class like this:

public class Account ...

You might also want to change the message subject next time, so that people
will be more likely to answer your question.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to