Oracle Seeks $9.3 Billion For Google's Use Of Java In Android (computerworld.com)
angry tapir quotes a report from Computerworld: Oracle is seeking as much as $9.3 billion in damages in a long-running copyright lawsuit against Google over its use of Java in Android, court filings show. Oracle sued Google six years ago, claiming the search giant needs a license to use parts of the Java platform in Google's market-leading mobile OS.
The two companies first went to trial in 2012, but the jury was split on whether or not Google's use of Java was protected by "fair use." Now they're headed back to the courtroom for a new trial scheduled to begin May 9, where Oracle's Larry Ellison and Google's Eric Schmidt will be present. Currently, the sum Oracle is asking for is about 10 times as much as when the two companies went to trial in 2012.
That's more than they paid for Sun in total. (Sale price was $7.4 billion).
"First they came for the slanderers and i said nothing."
in other news, indonesian, island of java is going to sue both oracle and google.
and are coffee producers entitled to some that loot too? think of all the coffee that is needed to code. but what about tea?
I am fully aware that the law suit is a bit more complex than simply using Java in a product, but I still think that Oracle is sending a weird signals to their existing and potential customers:
"Feel free to use our products for free but if you get successful we will sue you to get a piece of the cake."
I miss Sun!
Second trial always favors the defendant. They knows the plaintiffs strategy and what influenced the jury.
Oracle likes to boast about Java being installed on so many devices. And people use Java to make Android software. You'd think they'd be thanking Google instead of trying to mug them.
God spoke to me
Weird... wasn't Java GPL'd at one point (2006-2007)? Oracle does not have a leg to stand on here even if Google were to take the whole stack and redistribute it. They would merely be required to make the source available - which they have done and it has led to derivatives/forks.
But, as Android is built on a Java _clone_ (Apache Harmony, soon OpenJDK) on top of Linux. Oracle's claim is even weaker.
The Christian Right is Neither (Christian nor right). See: Matthew 23, Matthew 25, Ezekiel 16:48-50
Oracle may or may not go out of business someday, but don't confuse them with SCO.
SCO was run by idiots and may have been a puppet of Microsoft. Larry may be an asshole, but Oracle is in a competely different league than SCO.
Shareholders:
https://finance.yahoo.com/q/mh...
Why on earth did they copy the Java APIs? Most of them are not particularly good anyway.
Sure the law on this was a little unclear, which is a good reason to stay right away from it. And so easy to do. Not hard to tweak an Eclipse parser for a similar but different language.
Maybe it is because Google got rid of all there MBAs and used engineering management?
Java is available under a GPL + exceptions license. Google should take this GPL code and use it as a base for a new VM. Make whatever changes are required to make it slot in place of their current VM (something the GPL explicitly allows them to do) and start shipping it. The "classpath exception" in the Java license would allow them to keep other stuff (such as Google Play Services, the Google store and all the Google apps) closed source whilst still being in compliance with the license attached to the open source Java code.
Yes it will cost a chunk of money to do all the rewrites and stuff but it would mean Oracle has no ability to claim they violated the copyright of the various Java APIs (since the code that implements those APIs in the new VM would be a derived work of the GPL Java source code (where the license explicitly gives you all the rights under copyright law you would need regardless of whether APIs are actually copyrightable or not)
IBM paid Sun/Oracle to license the technology, they have no worries.
Mod me down, my New Earth Global Warmingist friends!
The problem wasn't that Google used Java to program (like IBM does), that's fine and free to do. The Java license allows anyone to write code using Java, without any restrictions. The problem also wasn't re-implementing Java (like Apache Harmony): anyone is free to do that under the terms of the GPL.
The problem is that Google re-implemented Java, and tried to release it under different terms than the GPL. Since it is a derivative work, Google needed to follow the terms of the license. Since they tried to release it under BSD (I think that's the license the used), they are now being sued.
The only question remaining is whether their implementation was a fair use or not. My guess is it will be found not to be, but who knows with a jury trial.
"First they came for the slanderers and i said nothing."
Agreed, but the problem is that there is no alternative statically-typed ("compile-y") language out there that seems ready in terms of being road-tested and not too different from other common production languages.
C# is too MS-tied with a similar legal-greed risk, and C++ is too low-level to replace Java and C#.
Object Pascal? Ada? too complex. Eiffel? too much like Pascal such that you might as well go Pascal.
Python, Ruby, Php, etc. are dynamic languages. They have their place, but for certain classes of applications you need a static/strict typed language.
Object-Fortran? :-) I dunno
Table-ized A.I.
The problem isn't that Google did that...
The problem is Google originally did that with Sun's blessing... who was then bought out by Oracle... now Oracle is suing for something the original patent owner gave permission for.
I don't think it really matters. Win or lose, the court battle will go through appeals for years and years. Look how long the SCO trial took before it was finally dead and buried.
Even if Oracle gets every cent they've asked for, by the time it's reached a final settlement and all appeals have been exhausted, the only ones that will see any of that money will be Oracle's lawyers.
It works both ways, but the Plaintiff's strategy can't really change, they are locked into the arguments they've already made. In civil trials all the evidence that can be presented and all the base arguments and defenses have to be filed to keep the trial as fair as possible. They can certainly fine tune and try to adjust their prior arguments but the best chance for the Plaintiff is to catch the Defendant off guard with a presentation of the evidence that can't be countered effectively. They would have used their best bullets in the first trial and now Google knows what they are and how best to defend against them because of the feedback they got from Jurors of the previous trial.
It's possible that Oracle could find a new "bullet" to use in this trial that is in line with all their arguments up to the trial but the chances are pretty slim or they would have used it during the first trial. You simply don't hold back on your evidence, you expend all your best attacks. They won't catch Google's lawyers off guard with a refinement of those same arguments.
It's a statistically known fact that a second trial always favors the defendant, this is true in both Criminal and Civil trials. The criminal trials even have a freer hand to make completely different arguments and propose new motives where in the civil trial they can't argue outside the prior boundaries they established in the run-up to the first trial. This also limits Google because they can't make defenses outside the ones they proposed but they can and will find evidence to blunt Oracles best attacks and that could swing the next trial into their favor.
C# is too MS-tied with a similar legal-greed risk
Actually C# had already a freer license by the early 2000s. I distinctly remember pointing this out and people dismissing my concerns with Java since back then Sun was one of the good guys.
C++ is too low-level to replace Java and C#.
Modern, core C++ is about as high level as Java and without the JVM overhead. Read up on it. The C++ core as proposed by Bjarne has a good chance of becoming the Java replacement.
The problem is Google originally did that with Sun's blessing..
If by 'blessing' you mean they got a written or verbal contract giving them permission, then no, you're wrong. Some people at Sun might have been happy about it, but without a contract, 'happiness' doesn't matter.
"First they came for the slanderers and i said nothing."
Didn't they simply use the harmony libraries as a base which were presumably Apache licenced?
That's a good point, I just checked, and Harmony is Apache-licensed, not GPL. The way they got around it was by doing a clean-room implementation for interoperability purposes. This is allowed as fair use (Sony vs Connectix). (Incidentally, Sun explicitly allowed interoperability as long as it's compatible with their Java: http://en.swpat.org/wiki/Java_... )
Google is likely going to try a fair use defense based on interoperability (probably other defenses as well). That isn't likely to work, see this: http://www.natlawreview.com/ar...
The court also discounted Google’s interoperability arguments on the basis that there was no evidence of the existence of any apps written in Java and running on the Android platform. Rather, the court emphasized that Google’s desire was to capitalize on the fact that programmers already trained in Java’s APIs in order to accelerate its development process.
"First they came for the slanderers and i said nothing."
Why do you think that? I'm interested in your legal reasoning (or references to legal reasoning).
Because copyright law defines what a "derived work" is.
A clean room implementation is an independent implementation of some specification. As specifications are not covered by copyright law (the law explicitly says so) multiple implementation of such a specifications are not a derived works of each other. And as the "origin", the specification, is not copy-right-able, it can't be a derived work of the specification by definition.
The primary work, from which the specification probably was "derived" is not related to the implementations of that specification. Not related "under copyright law". Obviously "intellectually" they are related.
The core argument for understanding what a derived work is, is always: "does the derived work "incorporate" pieces of the original work?" If not: it is not derived.
Unfortunately there where some misguided rulings in the USA that declared linking to dynamic linked libraries a derived work of those libraries. No idea what the status about that is right now. In my (and Europe's) interpretation a DLL has an interface which is an API/specification, so that the implementation can be replaced and hence the client using that API/DLL is not derived from the DLL. (If it was static linked the library would be part of the code and hence the whole executable would be a derived work of that library)
Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
For this to be true, APIs must be copyrightable. Which is obvious bullshit, regardless of what the courts may say on the matter.
It was not an argument, merely a point. And it's as subtle as the situation requires, which is to say, not at all.
The notion that APIs are copyrightable is bullshit, because APIs describe what is done, not how it is done. It is unfortunate that we have courts in this country that are unable to comprehend that simple fact, and everyone in the industry should make every effort to counter that - because copyrightable APIs represent a major threat to innovation and interoperability for all of us.
What is the license for ISO C APIs? I don't recall any special verbiage to that effect in the Standard, and by itself that document is copyrighted by ISO. What if they decide to enforce that copyright against implementations? What if ECMA does the same for JavaScript?
Wine doesn't have any money.
While you're talking crap about Java being a POS, I will say that for many people their first introduction to Java would have been in the late 1990s as a browser plugin, running a shitty applet, which would go something like:
1. Click on link to page with applet
2. Webpage stops responding
3. JVM rumbles to life in the background for several minutes slowly devouring all RAM
4. Eventually a weird looking applet appears with menus and styling completely different from host OS
5. Applet runs like shit
Obviously, this has little to do with Java as a technology or a language, but for "casual" users the impression probably stuck.
I don't code in C# nor Java but most of the people who use both Java and C# love C# and hate Java.
The only real criticism being that it is essentially Windows-only but it seems to open up a little.
If you want to kill Microsoft, kill it for the MFC, or their EEE variants of the web standards. But I think we should keep C# and Visual Studio.
I don't know, Scott McNealy testified against them in the trial, so if he did give them a blessing, he certainly had a change of heart. Of course, money can do that, but I don't know if Oracle paid them.
The reports I read said that Sun didn't like Google stealing Java, they tried to get licensing money, but when negotiations broke down, they just dropped the issue. There is no doubt that internally they Iiked Java being used more, and I think that's what the GGP was referring to, but I don't think that is the same as a blessing.
"First they came for the slanderers and i said nothing."