This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Illegal Access in module class?


On Tue, Aug 29, 2006 at 08:28:56AM -0700, Per Bothner wrote:
> Is the first line a typo?  In the first line "torrent" is a class name,
> and then later it's a package name.  That's unusual to say the least.

Well, I did that as the package class was coming out as
"src.confluence..." and I wanted to force the ModuleBody into the
au.com.isay namespace.  However based on your comments I realise I
should just use the "directory structure == package structure"
convention from Java or use -P on the command line.

And I've just realised that the default access is package-scope only,
so I'd forced it into an unreadable namespace.  Silly really.  Sorry,
my Java is really rusty.

Thanks for your help again.
Steve


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]