vote up 18 vote down star
6

What is the current state of Java's transition to an open source license (which Wikipedia lists as the GNU General Public License / Java Community Process)?

Java being inclusive of many things, including:

  • The JVM
  • The JRE
  • The JDK
  • The Core Java Libraries
  • JavaME
  • JavaEE

I've heard/read various things, but never seen it laid out in a straight, definitive, manner. However if you know about only a subsection of Java, don't hesitate to add an answer.

Just to clarify, this question is about the current state of the process, not what Sun may or may not do in the future.

flag

Good question. I have some vague idea, but not enough to answer. – mmyers Aug 7 at 20:05
Still looking for a definitive answer on this so I'm starting a bounty. – James McMahon Aug 12 at 17:13
Only 100 points? Whoever has the answer deserves all the stackoverflow points of the world :) – ATorras Aug 18 at 14:58
@Atorras, yeah, in retrospect I should have put more points down. This would be a good question for the pool option that Jeff was talking about (people pool additional points into a bounty). – James McMahon Aug 18 at 19:55

4 Answers

vote up 2 vote down check

As you've quite rightly pointed out, Java encompasses a large number of components; I'm not sure that you'll be able to get a definitive answer that clarifies all the intricacies here.

However, based on various licensing that I've read so far, Java is (supposed to be) fully GPL'd now with the exception of the SNMP implementation which is still encumbered. This includes all of items you've stated, with the possible exception of Java EE. (I don't know much about that)

With regards to the state of the process; there doesn't appear to be much progress on replacing the SNMP implementation. I would therefore take the view that Java 6 will not be fully GPL compliant.

Java 7 looks like it will be fully GPL compliant from the info that Sun have been giving out. But that's not due for release until 2010 - and that's a tentative timescale.

link|flag
OpenJDK 6 is a backport of OpenJDK 7. So why wouldn't that be fully GPL? – Tom Hawtin - tackline Aug 13 at 20:39
That may be the case entirely; you obviously know more about that than myself. I was referring to the Sun JDK. – fatalexception Aug 14 at 11:51
vote up 5 vote down

Even though OpenJDK makes Java's implementation open, there have been still some concerns because Java's specification is not open.

link|flag
I wonder if he'll comment on this? According to his profile (stackoverflow.com/users/38896/jodastephen), he hasn't visited for several days. – mmyers Aug 7 at 21:26
Great link. Sounds like the Java trap still has some teeth. – James McMahon Aug 7 at 22:48
vote up 4 vote down

I can't say that I know all that much about the current transition/process, but I can tell you that the OpenJDK (see also OpenJDK on Wikipedia), specifically OpenJDK 6 is good enough to be used in place of the Sun Java JDK 6 release, and it has now been certified by Canonical for use in Ubuntu Jaunty.

link|flag
2  
I tried it. It works, but MetalThemUI is ... off somehow. Stuff is not in the right place and it looks BAD. – kts Aug 8 at 4:34
vote up 4 vote down

You won't get a definitive answer here on SO. Or on Wikipedia. Or on gnu.org.

If there is any such thing as a definitive answer, it is what Sun says on the Free and Open Source Java page.

Any summary I make will be non-definitive, so I won't.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.