6 ms·
Not everybody reads warnings. Many will go to that page and just go straight to the download. In addition, the warning doesn't say "not for commercial use" - yo
by jodastephen 8y ago
Not everybody reads warnings. Many will go to that page and just go straight to the download. In addition, the warning doesn't say "not for commercial use" - you have to click through and read a long legalese to find it. Oracle could still choose to make it clearer...
- dnomad 8y agoThere's no "long legalese." The new license (https://www.oracle.com/technetwork/java/javase/terms/license/javase-license.html https://www.oracle.com/technetwork/java/javase/terms/license...) is very clear. It states in plain English: "Further, You may not: use the Programs for any data processing or any commercial, production, or internal business purposes other than developing, testing, prototyping, and demonstrating your Application;". How is that not clear? This entire article is just pure FUD. Oracle has stated over and over and over how the new licensing model works. It's clear to anybody who spends a couple of minutes reading the documentation.
- LaGrange 8y ago> How is that not clear? You'd think it's clear, and yet I've joined projects where software with such terms was included in production builds because "it was downloaded with npm so it's open source."
- cowsandmilk 8y agoHuge difference legally between running: npm install package And having a user certify that they read a license agreement. I'll leave it to lawyers to talk about whether a user actually agrees to a license when they run "npm install", but Oracle's site at least requires the user to accept the license agreement by physically clicking a button. And I've worked at a lot of companies that drill into you that you do not click that button without approval from legal.
- jsight 8y agoI get your point, but npm has the same issue even if you didn't accept the license. I mean, if you didn't accept the license that it comes with, then what license gives you a right to use it at all?
- ballenf 8y agoIMO, there's an argument that you implicitly license others in making your code available in a package manager such as NPM which requires no authentication or license clickthrough to incorporate code in your project, unlike the .net or other PMs where license terms are presented and require click-through agreement. Not saying anyone should stake any bets on that argument winning, just that it wouldn't likely be summarily dismissed in court and would at the very least factor into the damages calculation. Will be interesting to see if any cases like this ever get adjudicated and precedent set.
- jsight 8y agoWhat implicit license, though? GPL? BSD? Something else? I feel like developers have a tendency to gloss over these things as if all FOSS licenses are the same, but they really aren't.
- mcguire 8y agoBut you've had approval from legal the last 27 times you downloaded the Oracle JDK.
- jodastephen 8y agoIf you want to claim that 2000+ word terms are not legalese then so be it. Suffice it to say, I disagree. What is needed here is a summary in the warning box on the main page. Something like "Do not download this unless you want to pay us".
- deleted 8y ago[deleted]
- doodpants 8y agoWhat's unclear to me is how I would be running afoul of the licensing terms if I used the non-free version of the JDK to develop Java software. Because "developing, testing, prototyping, and demonstrating [my] Application" is exactly what I'd be using the JDK for.
- marcolussetti 8y agoNot a lawyer, but my assumption is that the clause state you can develop an application, but cannot run it in production/sell it.
- doodpants 8y agoNot a lawyer either, but the license says that the "Programs" (meaning the JDK) may only be used for these purposes. Once I write my application, it will be running on the JRE, not the JDK.
- posterboy 8y agoEasy loophole, infinite open beta, continuous integration, rolling release. At which point, with which release would it turn from beta to commercial full gold master? Slippery Slope that. A better wording would be "if you make money, we want a cut, or you get a cut, got it?"
- paulie_a 8y agoIt's just another license to ignore. I'll personally do whatever I want regardless of what is in the EULA.
- StreamBright 8y agoNot sure where you live or what sort of company you work for but in my country & our company we cannot just have a fuck all attitude towards software licenses.
- paulie_a 8y agoThe USA and I've been doing it for two decades, honestly copyrights and licenses are not important to me. I have taken a fuck all attitude without consequence and will continue to do so forever.
- misabon 8y agoHaha the plethora of GPL violations that exist without consequence sort of illustrate your point quite well.
- StreamBright 8y agoYou think if Oracle's legal team is after your company you get a free get out of license violation card?
- mcguire 8y agoMany people are very used to clicking through Oracle's tedious licensing maze to download previous JDKs.