Oracle sues Google over Android operating system


Recommended Posts

In a clash of two Silicon Valley titans, Oracle said Thursday that it has filed a federal copyright lawsuit alleging that Google's popular Android operating system was built on Oracle's Java software without permission.

Android, which was first released in late 2008, is used by several computer manufacturers as the operating system that runs smartphones and other computing devices. Oracle's lawsuit, filed in the U.S. District Court for Northern California, accuses Google of infringing on patents and copyrights that Oracle acquired when it bought Sun Microsystems earlier this year.

Google had no immediate comment.

But one analyst called the lawsuit surprising because Sun, whose engineers developed Java, decided several years ago to release key elements of the widely used programming language under an open-source license which allows others to use it freely.

"Java is essential for Android," said Al Hilwa, a software expert at the IDC research firm. "But a big chunk of Java is open-source. Since Android has been out there for more than a year, most people would have expected they were in compliance with whatever license terms apply."

Android's growth in the first half of 2010 has been enormous, with Google CEO Eric Schmidt saying last week that more than 200,000 smartphones powered by Google's mobile operating system are being activated around the world each day. Gartner, a prominent research firm, said Thursday that Android is

now the most popular smartphone operating system in the United States, and is on the verge of becoming the second most popular in the world, closing in on Research In Motion's Blackberry.

All four major U.S. wireless carriers now offer smartphones powered by Android,.

While just 1.8 percent of the world's smartphones were running Android in the second quarter of 2009, Android now has 17.2 percent of the worldwide smartphone share, or 10.6 million phones, just behind RIM's 18.2 percent and 11.2 million phones, according to the Gartner report. Nokia's Symbian remains the world most popular smartphone operating system at 41.2 percent of the global market, but both Android and Apple's iPhone are rapidly eating into the market share of Nokia, RIM and Microsoft Windows Mobile phones.

Android's growth means more search revenue for Google, as consumers use their smartphones to search the web. Google does not break out its revenue from mobile search, but Google searches from Android devices grew by 300 percent during the first half of 2010, Jonathan Rosenberg, a Google senior vice president, recently told analysts.

The first Android phone, the T-Moble G1, went on sale in October 2008, and Android phones are now available in about 50 different countries.

Source

But one analyst called the lawsuit surprising because Sun, whose engineers developed Java, decided several years ago to release key elements of the widely used programming language under an open-source license which allows others to use it freely.

I guess now Oracle is planning to take it back?

Exactly...and how much do you even here about Oracle anymore? Seems to me Oracle just wants to be "heard"

Oracle are still doing well. All the key factors for them (revenue, equity, etc) are up.

Why Android? What is special about the Java implementation in it that warrants a lawsuit and why are other smartphones that have Java OK?

Also Google don't make money from Android. It's open source as well.

So I suppose everyone who now opposes this action where Google/android uses a non standard Java VM(it's not even a true VM) Also thought Sun where total a-holes when they sued MS for the MS Java WM ?

otherwise it'd be a bit hypocritical, since this violation of the Java TOS is significantly worse than the MS one.

Why Android? What is special about the Java implementation in it that warrants a lawsuit and why are other smartphones that have Java OK?

I suppose the difference is that others support actual (Oracle) Java platforms like J2ME. Android does not. Android does not implement any standard Java platform, and is not even capable of running Java bytecode.

It's essentially a custom platform that just happens to use the Java programming language (with support for some standard Java libraries.) Software written for Oracle's Java platforms can't run on Android, and vice versa. They are incompatible, both in source code and executable form.

Also Google don't make money from Android. It's open source as well.

Google makes plenty of money from it. Profit is the sole reason Android exists.

Why Android? What is special about the Java implementation in it that warrants a lawsuit and why are other smartphones that have Java OK?

Also Google don't make money from Android. It's open source as well.

Because android doesn't run Java apps. It turns dex files, in dalvik. dalvik is a special java "runtime" that runs the pre compiled dex files on Android and doesn't support the full java spec. it's written specifically for Android and uses the java language for the code, but doesn't run java apps. hence it doesn't follow the rules you agree to when using the java language or writing a java interpreter as they're supposed to be fully cross platform and support all the java language.

Google should have done the right thing and just made dalvik use their own special language instead of java and they'd be safe. But as usual google just plows ahead ignoring other peoples copyrights and hard work.

You mean the hard work that Oracle brought into, rather than developed themselves? Ah yeah, wouldn't want to undo that, would we.

Android is not what is broken here, it is the US patent system that needs reform.

I quite agree with you, we need to fix the broken patent system.

Oracle is doing quite fine.

They have every right to ask for retribution, knowing that Schmidt has used their source code for Android.

May be doing fine but you dont hear from them very often. Besides, most of the Java platform is open source so they will have to prove that whatever Android used, is not open.

it's written specifically for Android and uses the java language for the code, but doesn't run java apps. hence it doesn't follow the rules you agree to when using the java language or writing a java interpreter as they're supposed to be fully cross platform and support all the java language.

What "rules" are these though? Is there any evidence that Google entered into a contract with Oracle where these conditions were present?

But as usual google just plows ahead ignoring other peoples copyrights and hard work.

Copyright applies to the implementation. Did Google actually illegally use other people's code?

Because android doesn't run Java apps. It turns dex files, in dalvik. dalvik is a special java "runtime" that runs the pre compiled dex files on Android and doesn't support the full java spec. it's written specifically for Android and uses the java language for the code, but doesn't run java apps. hence it doesn't follow the rules you agree to when using the java language or writing a java interpreter as they're supposed to be fully cross platform and support all the java language.

Google should have done the right thing and just made dalvik use their own special language instead of java and they'd be safe. But as usual google just plows ahead ignoring other peoples copyrights and hard work.

Thanks HawkMan thats a good explanation. I didn't realise that making your own interpreter/runtime for Java was a problem.

Exactly...and how much do you even here about Oracle anymore? Seems to me Oracle just wants to be "heard"

Oracle doesn't need to be heard, those who matter know about oracle. They're still everywhere, doing business, and still making acquisitions etc lol

Thanks HawkMan thats a good explanation. I didn't realise that making your own interpreter/runtime for Java was a problem.

It shouldn't be, unless you violated any patents, used actual code belonging to someone else, or based the implementation on documentation (trade secrets) supplied under a contract that had various requirements, or violated antitrust regulations (see Microsoft.) I don't know what Google did, but there should be nothing illegal about a clean room implementation (patents aside), so at least in principle it is possible to create one that is as incompatible as you want.

Looks like Oracle doesn't like Java being fully open sourced, not shocked there.

There was an article a while back about Google Andriod and Java. (Can't find link)

It boiled down to this, Google (and other's) wanted to use Java differently then suns "standards".

Sun caved in and created exceptions with a special java designation / name, but really didn't want to.

Open Souce means this - if Google alters the java code, they have to make the altered code available to anyone that wants has it.

Other people then can use your code without your permission any changes they do they have to give the code oit.

May be doing fine but you dont hear from them very often. Besides, most of the Java platform is open source so they will have to prove that whatever Android used, is not open.

I haven't really kept up with Java but that's what I thought. Java is open source so how can they sue if the code is published (unless it violates something like the GNU license or whatever license Java runs under)?

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Visual Studio finally gets long-awaited feature that developers will love by Usama Jawad Visual Studio Code is Microsoft's popular, lightweight, open-source code editor, it is actually Visual Studio that is the company's flagship integrated development environment (IDE). Although the IDE already offers a boatload of useful features for developers, Microsoft has finally introduced a long-requested capability that will be loved by many. While developers have already been able to create Git pull requests (PRs) directly within Visual Studio for the past couple of years, it had not been possible to review a PR without switching to the browser, until now. Microsoft revealed in December 2025 that it is working on UX that enables developers to do just that, and fast-forward to June 2026, and Visual Studio finally has native capabilities to open and inspect a PR, discuss feedback, and wrap up the review, all without switching to the browser. This integration works for both GitHub and Azure DevOps (including on-prem). Developers have access to multiple surfaces to open a PR, including Git Repository, Git Changes, and the Git menu in Visual Studio. Once you open a PR, all the important details will be immediately visible to you, from where you can navigate to various levels of granularity and branch states, depending on the reviews that you are engaged in. As you would expect, you also get a diff view that enables you to see code changes inline or side-by-side in a separate panel. You can also review commit-by-commit. Additionally, this UX fosters collaboration as you can leave comments, reply to threads, and resolve conversations easily. Naturally, you can also leverage Copilot to apply a code suggestion to fix a potential issue. When you are done, you have the ability to approve, complete, and merge the PR. This is a pretty major feature as it has been requested heavily for the past few years. You can try it out in Visual Studio 2026 version 18.7, made available here recently. Microsoft plans to enhance this experience further in future releases with comment filtering, a timeline of PR activity, and more.
    • This AdGuard Family lifetime deal is still only $15.97 by Steven Parker Today's highlighted Neowin Deal comes via our Apps + Software section, where you can get a lifetime subscription and save 90% on a lifetime AdGuard Family Plan. AdGuard is a unique program that has all the necessary features for what they claim to be "the best web experience." The software combines the an advanced ad blocker, a privacy protection module, and a parental control tool—all working in one app. This software deals with annoying ads, hides your data from a multitude of trackers, protects you from malware attacks, and even lets you restrict your kids from accessing inappropriate content. Install AdGuard and see the internet as it was supposed to be: clean and safe. Get rid of annoying banners, pop-ups & video ads once and for all Hide your data from the multitude of trackers & activity analyzers that swarm the web Avoid fraudulent and phishing website and malware attacks Protect your kids online by restricting them from accessing inappropriate & adult content Good to know Family Plan Length of access: lifetime This plan is only available to new users Redemption deadline: redeem your code within 30 days of purchase Max number of devices: 9 Access options: desktop & mobile Software version: AdGuard Family Updates included A lifetime subscription of AdGuard Family Plan normally costs $169.99, but this deal can be yours for just $15.97, that's a saving of $157.02. For full terms, specifications, and license info please click the link below. Get this AdGuard Family lifetime deal for just $15.97 (was $169.99) Although priced in U.S. dollars, this deal is available for digital purchase worldwide. As an online publication, Neowin too relies on ads for operating costs and, if you use an ad blocker, we'd appreciate being whitelisted. In addition, we have an ad-free subscription for $28 a year, which is another way to show support! Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
    • the MCT currently downloads 26200.8653, so not completely up to date.
    • Around 68% of developers are now using AI to generate code during development, and some experts are saying that a single developer using AI tools can now do the work of an entire team of 4 to 5 engineers.  According to Figma's State of the Designer 2026 report, 72% of designers now use generative AI in their workflows and 91% say it improves the quality of their work, not just their speed.  But does this mean web developers and designers are becoming less relevant, or are they simply evolving into a different kind of role? Would love to hear from developers and designers here has AI made your job easier, or do you feel threatened by how fast these tools are improving
  • Recent Achievements

    • Week One Done
      Timaximus earned a badge
      Week One Done
    • One Month Later
      Timaximus earned a badge
      One Month Later
    • Rookie
      FBSPL went up a rank
      Rookie
    • First Post
      davidbazooked earned a badge
      First Post
    • Week One Done
      davidbazooked earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      508
    2. 2
      PsYcHoKiLLa
      181
    3. 3
      +Edouard
      160
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      75
  • Tell a friend

    Love Neowin? Tell a friend!