show/hide this revision's text 2 added 841 characters in body

Java is open sourced. Sun & IBM could drop it altogether and it should be fine.

Edit: I guess not everyone knows this (from looking at the comments), so here is the 100% free JDK project.

http://openjdk.java.net/

It is complete and usable. Sun's implementation is mostly based on the same code, but has a few pieces that Sun doesn't own (and the owners haven't been willing to release the rights) so Sun has been working on re-crafting those parts, or letting the openJDK community do so.

There are a few other JDK implementations available, some are completely open and some are fairly closed.

So I'll reiterate, Sun could vanish tomorrow and it won't seriously affect java.

Also, I think most of the new language work being done on the Java platform is (or should be) in other languages--Java itself should probably be stabilizing and not really adding so many language features any more--like C and C++)

show/hide this revision's text 1

Java is open sourced. Sun & IBM could drop it altogether and it should be fine.

    Post Made Community Wiki by Community