I can make your gcj-compiled binaries much smaller.

Adam Megacz gcj@lists.megacz.com
Tue Jan 14 22:03:00 GMT 2003


Andrew Haley <aph@redhat.com> writes:
>  > You don't have to.  The application developer will do this.

> I don't believe that's true, and I explained why.  When libgcj uses
> reflection as a means of resolving references _internally_,

As I said, Class.forName("foo") will not work unless "foo" is public.
If "foo" is public, then the app developer can explicitly reference it.

  - a



More information about the Java mailing list