This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCJ not using java.lang.Exception in libgcj.jar??
>>>>> "Kevin" == Kevin A Burton <burton@relativity.yi.org> writes:
Kevin> I think the default mechanism for GCJ installation woudl be
Kevin> just to patch the source (JavaCore is GPL also) and then
Kevin> recompile.
Note that libgcj is GPL + a special exception, not just plain GPL.
The difference is critical; libgcj doesn't cause programs linked
against it to fall under the GPL.
Tom