GPL libraries in a JVM ....
Posted Aug 17, 2006 4:39 UTC (Thu) by
jamesh (subscriber, #1159)
In reply to:
GPL libraries in a JVM .... by yodermk
Parent article:
Coming soon: a free Java
The GNU Classpath is licensed under GPL + exception. So running GNU classpath against a non-GPL JVM is not a problem.
The issue here is that Sun's JVM also comes with a class library implementing the same interfaces as GNU Classpath. So license compatibility only really becomes an issue if you want to try and merge the best features of both class libraries together since the exception would not apply.
(
Log in to post comments)