Close Menu
TechCentralTechCentral

    Subscribe to the newsletter

    Get the best South African technology news and analysis delivered to your e-mail inbox every morning.

    Facebook X (Twitter) YouTube LinkedIn
    WhatsApp Facebook X (Twitter) LinkedIn YouTube
    TechCentralTechCentral
    • News
      DStv's high entry price is killing subscriber growth, says Canal+

      DStv’s high entry price is killing subscriber growth, says Canal+

      12 March 2026
      Illegal streaming crackdown nets arrests, convictions in Cape Town

      Illegal streaming crackdown nets arrests, convictions in Cape Town

      12 March 2026
      Vodacom claims African first with 254Mbit/s 5G uplink test

      Vodacom claims African first with 254Mbit/s 5G uplink test

      12 March 2026
      UCT astronomers uncover vast hidden supercluster behind the Milky Way

      UCT astronomers uncover vast hidden supercluster behind the Milky Way

      12 March 2026
      Standard Bank IT bill tops R14-billion as software spending shifts

      Standard Bank IT bill tops R14-billion as software spending shifts

      12 March 2026
    • World
      Musk launches Macrohard in cheeky nod to Microsoft - Elon Musk

      Musk launches Macrohard in cheeky nod to Microsoft

      12 March 2026
      Europe is building an alternative to Microsoft Office

      Europe is building an alternative to Microsoft Office

      11 March 2026
      Microsoft bets on Anthropic as it loosens ties with OpenAI

      Microsoft bets on Anthropic as it loosens ties with OpenAI

      10 March 2026
      World hit by worst oil shock since the 1970s

      World hit by worst oil shock since the 1970s

      9 March 2026
      iStore prices MacBook Neo at R11 999 in South Africa

      Apple debuts MacBook Neo to challenge Windows PCs, Chromebooks

      5 March 2026
    • In-depth
      The last generation of coders

      The last generation of coders

      18 February 2026
      Sentech is in dire straits

      Sentech is in dire straits

      10 February 2026
      How liberalisation is rewiring South Africa's power sector

      How liberalisation is rewiring South Africa’s power sector

      21 January 2026
      The top-performing South African tech shares of 2025

      The top-performing South African tech shares of 2025

      12 January 2026
      Digital authoritarianism grows as African states normalise internet blackouts

      Digital authoritarianism grows as African states normalise internet blackouts

      19 December 2025
    • TCS
      TCS | Sink or swim? Antony Makins on how AI is rewriting the rules of work

      TCS | Sink or swim? Antony Makins on how AI is rewriting the rules of work

      5 March 2026
      TCS+ | Bolt ups the ante on platform safety - Simo Kalajdzic

      TCS+ | Bolt ups the ante on platform safety

      4 March 2026
      Watts & Wheels S1E4: 'We drive an electric Uber'

      Watts & Wheels S1E4: ‘We drive an electric Uber’

      10 February 2026
      TCS+ | How Cloud On Demand is helping SA businesses succeed in the cloud - Xhenia Rhode, Dion Kalicharan

      TCS+ | Cloud On Demand and Consnet: inside a real-world AWS partner success story

      30 January 2026
      Watts & Wheels S1E4: 'We drive an electric Uber'

      Watts & Wheels S1E3: ‘BYD’s Corolla Cross challenger’

      30 January 2026
    • Opinion
      South Africa's energy future hinges on getting wheeling right - Aishah Gire

      South Africa’s energy future hinges on getting wheeling right

      10 March 2026
      Hold the doom: the case for a South African comeback - Duncan McLeod

      Apple just dropped a bomb on the Windows world

      5 March 2026
      VC's centre of gravity is shifting - and South Africa is in the frame - Alison Collier

      VC’s centre of gravity is shifting – and South Africa is in the frame

      3 March 2026
      Hold the doom: the case for a South African comeback - Duncan McLeod

      Hold the doom: the case for a South African comeback

      26 February 2026
      The AI fraud crisis your bank is not ready for - Andries Maritz

      The AI fraud crisis your bank is not ready for

      18 February 2026
    • Company Hubs
      • 1Stream
      • Africa Data Centres
      • AfriGIS
      • Altron Digital Business
      • Altron Document Solutions
      • Altron Group
      • Arctic Wolf
      • AvertITD
      • Braintree
      • CallMiner
      • CambriLearn
      • CYBER1 Solutions
      • Digicloud Africa
      • Digimune
      • Domains.co.za
      • ESET
      • Euphoria Telecom
      • HOSTAFRICA
      • Incredible Business
      • iONLINE
      • IQbusiness
      • Iris Network Systems
      • LSD Open
      • Mitel
      • NEC XON
      • Netstar
      • Network Platforms
      • Next DLP
      • Ovations
      • Paracon
      • Paratus
      • Q-KON
      • SevenC
      • SkyWire
      • Solid8 Technologies
      • Telit Cinterion
      • Tenable
      • Vertiv
      • Videri Digital
      • Vodacom Business
      • Wipro
      • Workday
      • XLink
    • Sections
      • AI and machine learning
      • Banking
      • Broadcasting and Media
      • Cloud services
      • Contact centres and CX
      • Cryptocurrencies
      • Education and skills
      • Electronics and hardware
      • Energy and sustainability
      • Enterprise software
      • Financial services
      • HealthTech
      • Information security
      • Internet and connectivity
      • Internet of Things
      • Investment
      • IT services
      • Lifestyle
      • Motoring
      • Policy and regulation
      • Public sector
      • Retail and e-commerce
      • Satellite communications
      • Science
      • SMEs and start-ups
      • Social media
      • Talent and leadership
      • Telecoms
    • Events
    • Advertise
    TechCentralTechCentral
    Home » In-depth » Why Oracle’s Java suit must fail

    Why Oracle’s Java suit must fail

    By Agency Staff2 June 2015
    Twitter LinkedIn Facebook WhatsApp Email Telegram Copy Link
    News Alerts
    WhatsApp
    java-640
    Image by Dmitry Baranovskiy CC BY 2.0

    The Java programming language, which has just turned 20 years old, provides developers with a means to write code that is independent of the hardware it runs on: “write once, run anywhere”.

    But, ironically, while Java was intended to make programmers’ lives easier, the court case between Oracle, Java’s owner, and Google over Google’s use of Java as the basis of its Android mobile operating system may make things considerably more difficult.

    Google adopted Java for Android apps, using its own, rewritten version of the Java run-time environment (the Java virtual machine or VM) called Dalvik. The Oracle vs Google court case centres on the use of Java in Android, particularly in relation to application program interface (API) calls.

    An API is a standard set of interfaces that a developer can use to communicate with a useful piece of code — for example, to exchange input and output, access network connections, graphics hardware, hard disks, and so on. For developers, using an existing API means not having to reinvent the wheel by accessing ready-made code. For those creating APIs, making them publicly and freely accessible encourages developers to use them and create compatible software, which in turn makes it more attractive to end users.

    For example, OpenGL and Microsoft’s DirectX are two APIs that provide a standardised interface for developers to access 3D graphics hardware, as used in videogames or modelling applications. Hardware manufacturers ensure their hardware is compatible with the API standard, the OpenGL Consortium and Microsoft update their APIs to ensure the latest hardware capabilities are addressed and games developers get a straightforward interface compatible with many different types of hardware, making it easier to create games.

    Fight for your right to API
    Google designed Android so that Java developers could bring their code to Android by recreating (most of) the standard Java API calls used in the Java libraries and supported by the standard Java VM. The case revolves around whether doing this — by essentially re-creating the Java API rather than officially licensing it from Oracle — is a breach of copyright. If the case finds in favour of Oracle, it will set a precedent that APIs are copyrightable, and so make developers lives a lot more legally complex.

    To be clear, the case doesn’t revolve around any claim that Google reused actual code belonging to Oracle, but that the code it produced mimicked what Oracle’s Java run-time environment was capable of.

    The initial finding came in May 2012, when a US court agreed with Google’s claim that using APIs falls under fair use, and that Oracle’s copyright was not infringed. Then, in May 2014, the US federal circuit court reversed part of the ruling in favour of Oracle, especially related to the issue of copyright of an API. Now, at the US supreme court’s request, the White House has weighed in in Oracle’s favour.

    java-640

    For most in the industry, a ruling that it’s possible to copyright an API would be a disaster. It would mean that many companies would have to pay extensive licence fees, and even face having to write their own APIs from scratch — even those needed to programmatically achieve only the simplest of things. If companies can prevent others from replicating their APIs through recourse to copyright law, then all third-party developers could be locked out. Also, the actual call to the API and its functionality could be copyrighted, too, so that the functionality would have to be different too, otherwise it would be a copy.

    In the initial trial, district judge William Alsup taught himself Java to learn the foundation of the language. He decided that to allow the copyrighting of Java’s APIs would allow the copyrighting of an improbably broad range of generic (and therefore uncopyrightable) functions, such as interacting with window menus and interface controls. The Obama administration’s intervention is to emphasise its belief that the case should be decided on whether Google had a right under fair use to use Oracle’s APIs.

    It’s like the PC all over again
    Something like this has happened before. When IBM produced its original PC in 1981, (the IBM 5150), a key aspect was access to the system calls provided by the PC BIOS, which booted the computer and managed basic hardware such as keyboard, monitor, floppy disk drive and so on. Without access to the BIOS it wasn’t possible to create software for the computer.

    One firm, Compaq, decided to reverse engineer the BIOS calls to create its own, compatible version — hence the term “IBM PC compatible” became standard language to describe a program that would run on an IBM model or any of the third-party hardware from other manufacturers that subsequently blossomed. IBM’s monopoly on the PC market was opened up, and the PC market exploded into what we see today — would this have happened had IBM been able to copyright its system calls?

    Twenty years after the birth of Java, through the groundwork laid by its original creator, Sun Microsystems, Java has become one of the most popular programming languages in the world through being cross-platform and (mostly) open. But now it seems it ends in a trap. The wrong decision in this case could have a massive impact on the industry, where even using a button on a window could require some kind of licence — and licence fees. For software developers, it’s a horrible thought. Copyrighting APIs would lock many companies into complex agreements — and lock out many other developers from creating software for certain platforms.

    For Google, there’s no way of extracting Java from Android now; its runaway success is bringing Google only a whole lot of problems. But as we go about building a world built on software, be assured that one way or another this ruling will have a massive effect on us all.The Conversation

    • Bill Buchanan is head of the Centre for Distributed Computing, Networks and Security at Edinburgh Napier University
    • This article was originally published on The Conversation
    Follow TechCentral on Google News Add TechCentral as your preferred source on Google


    Bill Buchanan Google IBM Java Microsoft Oracle
    WhatsApp YouTube
    Share. Facebook Twitter LinkedIn WhatsApp Telegram Email Copy Link
    Previous ArticleKoeberg fires up as winter arrives
    Next Article Vodacom Smart 6 targets mass market

    Related Posts

    Musk launches Macrohard in cheeky nod to Microsoft - Elon Musk

    Musk launches Macrohard in cheeky nod to Microsoft

    12 March 2026
    DStv owner pivots to AI for content production

    DStv owner pivots to AI for content production

    11 March 2026
    Europe is building an alternative to Microsoft Office

    Europe is building an alternative to Microsoft Office

    11 March 2026
    Company News
    Domains.co.za introduces complete domain protection service

    Domains.co.za introduces complete domain protection service

    12 March 2026
    How AI is changing the way we work - Angela Ho, Obsidian Systems

    How AI is changing the way we work

    12 March 2026
    Mitel launches Edge platform for mission-critical on-premises communications

    Mitel launches Edge platform for mission-critical on-premises communications

    11 March 2026
    Opinion
    South Africa's energy future hinges on getting wheeling right - Aishah Gire

    South Africa’s energy future hinges on getting wheeling right

    10 March 2026
    Hold the doom: the case for a South African comeback - Duncan McLeod

    Apple just dropped a bomb on the Windows world

    5 March 2026
    VC's centre of gravity is shifting - and South Africa is in the frame - Alison Collier

    VC’s centre of gravity is shifting – and South Africa is in the frame

    3 March 2026

    Subscribe to Updates

    Get the best South African technology news and analysis delivered to your e-mail inbox every morning.

    Latest Posts
    DStv's high entry price is killing subscriber growth, says Canal+

    DStv’s high entry price is killing subscriber growth, says Canal+

    12 March 2026
    Domains.co.za introduces complete domain protection service

    Domains.co.za introduces complete domain protection service

    12 March 2026
    Illegal streaming crackdown nets arrests, convictions in Cape Town

    Illegal streaming crackdown nets arrests, convictions in Cape Town

    12 March 2026
    How AI is changing the way we work - Angela Ho, Obsidian Systems

    How AI is changing the way we work

    12 March 2026
    © 2009 - 2026 NewsCentral Media
    • Cookie policy (ZA)
    • TechCentral – privacy and Popia

    Type above and press Enter to search. Press Esc to cancel.

    Manage consent

    TechCentral uses cookies to enhance its offerings. Consenting to these technologies allows us to serve you better. Not consenting or withdrawing consent may adversely affect certain features and functions of the website.

    Functional Always active
    The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
    Preferences
    The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
    Statistics
    The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
    Marketing
    The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
    • Manage options
    • Manage services
    • Manage {vendor_count} vendors
    • Read more about these purposes
    View preferences
    • {title}
    • {title}
    • {title}