J2SE 5.0 Source Code Bundles Now Available
madcowbrit writes "J2SE 5.0 Source code bundles are now available
with SCSL and the new and exciting Java
Research license!
Coders have been asking for Java J2SE source code
access under new terms. The new Java Research
license gives people more access and options to
work with the Java J2SE source code."
If you use the code for "Research Use" means research, evaluation, or development for the purpose of advancing knowledge, teaching, learning, or customizing the Technology or Modifications for personal use. Research Use expressly excludes use or distribution for direct or indirect commercial (including strategic) gain or advantage then you have the right to [r]eproduce, create Modifications of, and use the Technology alone, or with Modifications. That's according to the license. If they required certain classes, that's another story, but according to the license, you could change that?
"There ought to be limits to freedom"
Yep you can, try it out yourself. You will still need the normal JDK for the source code for the J2SE API (the src.zip included) for it to be fully functional though.
The binaries are only fonts, sounds, and icons ... you DO get all the source code. I'm friggen impressed now!
Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws-Plato
You can find Sun's license here. Sun admits that it isn't an open source license, they are just trying to argue that it is somehow better than open source.
Because Debian is forced to classify software into open source or not, Debian has had to look at this in some detail, and they concluded that it was not open source.
...that used to be called Jalapeno that bootstrapped itself with IIRC less than 200 lines of C, just to start the process. After that, everything to do with the JVM was java itself.
I am NaN
That's interesting, because the last time I installed firefox, it required a clickthrough acceptance of the GPL. I didn't get any willies at all.
Open Source Definition vs. SCSL
Free Redistribution
Nope.
Source Code
Doesn't allow free redistribution, so redistribution in source code fails, too.
Derived Works
Nope.
Integrity of The Author's Source Code
Doesn't allow free distribution of separate modifications either.
No Discrimination Against Persons or Groups
I guess it passes that one, yay!
No Discrimination Against Fields of Endeavor
Nope. Explicitely limits fields of endeavor to research, commercial use, or internal use.
Distribution of License
Nope. The TCK license comes with what's effectively a NDA.
License Must Not Be Specific to a Product
I guess it passes that one, yay!
License Must Not Restrict Other Software
Nope. Once you've agreed to SCSL, you can't distribute non-compliant software. So you couldn't redistribute kaffe, gcj, or even more up-to-date versions of Xerces if they break tests in the TCK.
License Must Be Technology-Neutral
Nope. It's a click-wrap license. It even has a pointless [ACCEPT] [REJECT] at the bottom
Total: 2 out of 10.
In summary, it's not open source. It's not even close.
gcc is able compile self. Does java compile itself?
Yes it does
Open Source Java Web Forum with LDAP authentication
Please bother to read the article or at least follow the links in the headline. The licence you refer to is the SCSL. The article refers to a new licence, the JRL. I won't bother putting in the link because it is liseted above and anyone reading this can go and follow it as you should have done.
Be aware that sun now offers its Java source code under two licences, one of which was not ordained by the FSF an an open source licence (SCSL) and the other (JRL) which has yet to be judged (although I strongly suspect it will get on the FSF's list either).
It sounds like you were looking at the class library source code instead of the VM source code. It's all there; you just have to know where to look.
The SCSL is not the JRL, so your message is off-topic and misleading.
There actually is an open source JVM from IBM, jikesrvm..
Sun has this nasty habit of somehow getting themselves stuck in a rut with a particular major version number. For example, Solaris started on version 2.x and got all the way up to 2.6 something like 10 years later. With version 2.7, they kinda just said 'fuck it, marketing can call it Solaris 7', and they did. But to this day, "uname -a" on a Solaris 9 box says "SunOS turing 5.9 Generic_112233-05 sun4u sparc". (SunOS 5.0 was Solaris 2.0. Don't think too hard about it;-) )
I guess they decided that they were never going to release Java 2 Version 2.0, so they decided to call it Java 5.
-twb