About 1,810 results
Open links in new tab
  1. What is the difference between Oracle JDK and OpenJDK

    Mar 13, 2021 · To simplify things going forward, Oracle started providing open source licensed OpenJDK builds as of Java 9, using the same license model as the Linux platform. If you are used to …

  2. OpenJDK vs OracleJDK Licensing? - Open Source Stack Exchange

    This answer on Stack Overflow states that the OpenJDK is licensed under GPLv2 yet the OracleJDK has a different license? My understanding of GPL was that if they used the OpenJDK sources, they …

  3. Is Java (JRE) still free for commercial use? - Open Source Stack Exchange

    Nov 14, 2019 · The Oracle license in your link states free usage for development purpose, but is you intend to use it in production, you should pay I think. It's still unclear for me if the JRE and JDK …

  4. law - What are the implications of the Google vs. Oracle case on the ...

    Jul 9, 2015 · The copyrighted API are shared between the open source OpenJDK and Apache harmony and the proprietary Oracle JDk. For small entities that needs to re-implement a language or a …

  5. gpl - Can the OpenJDK runtime be used to run third-party Java ...

    For example, I might consider installing the AdoptOpenJDK JRE in place of Oracle's runtime. However, taken at face value, the GPL doesn't appear to allow the use of the OpenJDK runtime to run a third …

  6. Java SDK 8 vs. OpenJDK 8 licenses for freelance development

    The microsoft/mojang company has earned billions of dollars in revenue using the Oracle JDK 8, without paying a cent to oracle. I would honestly use Oracle's JDK 8 because it's faster performance-wise. …

  7. What is the highest Java version I can use for free?

    OpenJDK is the main variant/reference implementation of Java, and is available under GPL + Classpath Exception. The current version is Java 14, although you likely want a LTS release such as 8 …

  8. Java OpenJDK GPL license with CLASSPATH EXCEPTION

    Jun 29, 2019 · The JDK license said: only where Oracle has expressly included in the particular source file's header the words "Oracle designates..." Then, is all the OpenJDK released under the GPL with …

  9. licensing - Can I sell and distribute my software using OpenJDK without ...

    The software is a web based software that requires Oracle JDK for running (JRE). We are considering moving to OpenJDK because our customers are not interested in paying licenses to Oracle.

  10. Licencing Question: Tomcat docker image is built from openjdk:13-jdk ...

    I would like to know if I can use the official Tomcat Docker image from docker hub for commercial purpose without becoming liable to purchase a license or anything from Oracle or some other company.