Re: [tcljava-dev] Please help in loading a class...
Brought to you by:
mdejong
From: Mo D. <mo...@mo...> - 2007-03-14 23:54:00
|
Georgios Petasis wrote: > I am using the Sun JDK. I think that it is more an "access" problem > (i.e. restriction due to private members), than > the fact that the class it is not found due to the classpath. Yes, this message indicates that the access permissions on the class don't allow it to be used. The class or method needs to be public. Mo |