More bugs with inner classes (was: Freenet compilation errors.)
Tom Tromey
tromey@redhat.com
Thu Jan 18 14:56:00 GMT 2001
>>>>> "Mark" == Mark J Roberts <mjr@statesmean.com> writes:
Mark> Yeah, I was wrong about that. I thought you had to specify the
Mark> class like "Freenet.client.Client" but really you just do it
Mark> like "Freenet/client/Client", which is endlessly confusing.
You can use the class name with `.'. I just tested that and it works
fine.
Mark> It would be more intuitive if you simply used the full filename,
Mark> "Freenet/client/Client.class", or the class,
Mark> "Freenet.client.Client", but not a combination of the two.
I can't think of a reason that we couldn't use the file name. I doubt
I'll implement it, but I'd accept a patch.
Tom
More information about the Java
mailing list