Java becomes more distributable
Java becomes more distributable
Posted May 18, 2006 9:40 UTC (Thu) by scrosland (guest, #4426)Parent article: Java becomes more distributable
Simon Phipps has some interesting points and reponses to comments here: http://blogs.sun.com/roller/page/webmink?entry=jdk_on_gnu...
In particular, this is clarifies co-existence with other Java implementations:
"it's OK to distribute along with GCJ, GNU/Classpath and so on - that was one of the explicit intents of the new license as that was previously the chief obstacle to distribution with GNU/Linux.
That clause of DLJ simply means you can't take the Sun package apart and use elements of it to complete or modify another package - so, for example, it would be a breach of the license to take the Swing classes from the Sun JDK and add them to GNU/Classpath. Just shipping the two systems alongside each other is explicitly OK."