Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Its Legal Instal Oracle JDK on Linux?

  1. #1
    Junior Member
    Join Date
    May 2013
    Location
    Indonesia
    Posts
    28
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Its Legal Instal Oracle JDK on Linux?

    We all probably already know if use OpenJDK to develop a Enterprise applications will get a lot of bugs / problem, is different when using the Oracle JDK is much more stable.

    The question is whether legally install Oracle JDK on linux?
    Is there a License problem installing the Oracle JDK on Linux?

    Thanks


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Its Legal Instal Oracle JDK on Linux?

    I'm not a lawyer, but the "legal" issues that dictate what can be distributed with which Linux flavor become irrelevant once the distribution is installed on your computer. The Linux distributors, usually by their own internal rules and agreements with other open source partners, decide what's "legally allowed" in their distributions. Once you've put the distribution on your PC, you can modify it anyway you please.

    Of course, you are still bound by the user/license agreements that come with the packages you install.

  3. #3
    Member
    Join Date
    Feb 2014
    Posts
    180
    Thanks
    0
    Thanked 48 Times in 45 Posts

    Default Re: Its Legal Instal Oracle JDK on Linux?

    As far as I know, yes, it is legal to install the Oracle JDK on Linux. The main thing to consider is the Oracle Binary Code License Agreement for Java SE, which you must accept before you can download the JDK. The text of the agreement that seems to be most pertinent to your question is:

    "2. LICENSE TO USE. Subject to the terms and conditions of this Agreement including, but not limited to, the Java Technology Restrictions of the Supplemental License Terms, Oracle grants you a non-exclusive, non-transferable, limited license without license fees to reproduce and use internally the Software complete and unmodified for the sole purpose of running Programs. THE LICENSE SET FORTH IN THIS SECTION 2 DOES NOT EXTEND TO THE COMMERCIAL FEATURES. YOUR RIGHTS AND OBLIGATIONS RELATED TO THE COMMERCIAL FEATURES ARE AS SET FORTH IN THE SUPPLEMENTAL TERMS ALONG WITH ADDITIONAL LICENSES FOR DEVELOPERS AND PUBLISHERS." (Source: BCL For Java SE)

    Note that it mentions "COMMERCIAL FEATUES". These are the features that are listed at Java SE Products.

    As usual, when in doubt, consult your legal advisor.

Similar Threads

  1. Replies: 2
    Last Post: December 5th, 2011, 08:17 AM
  2. How to install the JDK on Ubuntu Linux
    By Brt93yoda in forum Java JDK & IDE Tutorials
    Replies: 2
    Last Post: July 9th, 2011, 07:18 AM
  3. Replies: 1
    Last Post: June 7th, 2011, 11:53 AM
  4. How to install the JDK on Ubuntu Linux
    By Brt93yoda in forum Java Code Snippets and Tutorials
    Replies: 1
    Last Post: June 5th, 2011, 09:09 AM
  5. How to instal JDBC driver package in eclipse
    By sathish in forum JDBC & Databases
    Replies: 2
    Last Post: September 2nd, 2010, 10:09 AM

Tags for this Thread