Re: GCJ with OpenJDK Java API instead of GNU Classpath
Mark Wielaard <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 2009-05-06 at 15:41 -0600, Sal wrote: > - Are there licensing issues with linking OpenJDK to other code via GCJ? The only legal issue is that GNU Classpath is GPLv2+ and OpenJDK is GPLv2 only, so you loose GPLv3 compatibility. Cheers, Mark