Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Java
  4. Distribute software that uses Java

Distribute software that uses Java

Scheduled Pinned Locked Moved Java
javaoraclequestion
8 Posts 4 Posters 8 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Valentinor
    wrote on last edited by
    #1

    If I'm planning to distribute some software that uses Java, can I simply add in it's folder structure jre-8u333-windows-x64.exe (or other versions, this was the latest) for those that don't have it and prompt them to install it? Or beside that I need to add a file with Oracle license and have the user tick a box that they agree? Or do I have to buy something from Oracle? The software will be free but it contains microtransactions for profit.

    L D 2 Replies Last reply
    0
    • V Valentinor

      If I'm planning to distribute some software that uses Java, can I simply add in it's folder structure jre-8u333-windows-x64.exe (or other versions, this was the latest) for those that don't have it and prompt them to install it? Or beside that I need to add a file with Oracle license and have the user tick a box that they agree? Or do I have to buy something from Oracle? The software will be free but it contains microtransactions for profit.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      If you're bundling Oracle software, then you go with what the Oracle license says.

      "Before entering on an understanding, I have meditated for a long time, and have foreseen what might happen. It is not genius which reveals to me suddenly, secretly, what I have to say or to do in a circumstance unexpected by other people; it is reflection, it is meditation." - Napoleon I

      C 1 Reply Last reply
      0
      • V Valentinor

        If I'm planning to distribute some software that uses Java, can I simply add in it's folder structure jre-8u333-windows-x64.exe (or other versions, this was the latest) for those that don't have it and prompt them to install it? Or beside that I need to add a file with Oracle license and have the user tick a box that they agree? Or do I have to buy something from Oracle? The software will be free but it contains microtransactions for profit.

        D Offline
        D Offline
        Dave Kreskowiak
        wrote on last edited by
        #3

        First, DON'T distribute the Java runtime with your app unless you know EXECTLY what you're shipping. Oracle has changed the licensing a couple times over the last five years, and, depending on which version you're shipping, you and/or your customers can be charged a monthly fee for the version you're using. Read: https://blogs.oracle.com/java/post/free-java-license[^] Oracle JDK License General FAQs[^]

        Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles.
        Dave Kreskowiak

        V 1 Reply Last reply
        0
        • D Dave Kreskowiak

          First, DON'T distribute the Java runtime with your app unless you know EXECTLY what you're shipping. Oracle has changed the licensing a couple times over the last five years, and, depending on which version you're shipping, you and/or your customers can be charged a monthly fee for the version you're using. Read: https://blogs.oracle.com/java/post/free-java-license[^] Oracle JDK License General FAQs[^]

          Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles.
          Dave Kreskowiak

          V Offline
          V Offline
          Valentinor
          wrote on last edited by
          #4

          I'm using jdk1.8.0_333 / jre1.8.0_333. Do you know if this is a problem or not? Or I need to try to switch to a new version to be free? I'm not really going to make money from my first release, so I would like to try to keep it free. Also I've seen that there is another source for Java: OpenJDK[^] / OpenJDK JDK 18.0.1.1 GA Release[^]. Is this one free, while the one from Oracle you need a subscription but contains some more advanced features/libraries?

          D 1 Reply Last reply
          0
          • V Valentinor

            I'm using jdk1.8.0_333 / jre1.8.0_333. Do you know if this is a problem or not? Or I need to try to switch to a new version to be free? I'm not really going to make money from my first release, so I would like to try to keep it free. Also I've seen that there is another source for Java: OpenJDK[^] / OpenJDK JDK 18.0.1.1 GA Release[^]. Is this one free, while the one from Oracle you need a subscription but contains some more advanced features/libraries?

            D Offline
            D Offline
            Dave Kreskowiak
            wrote on last edited by
            #5

            For the definitive answer that's going to deal with money, the ONLY people you should be asking this question of is Oracle Support.

            Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles.
            Dave Kreskowiak

            V 1 Reply Last reply
            0
            • D Dave Kreskowiak

              For the definitive answer that's going to deal with money, the ONLY people you should be asking this question of is Oracle Support.

              Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles.
              Dave Kreskowiak

              V Offline
              V Offline
              Valentinor
              wrote on last edited by
              #6

              Because this is a issue that can lead to financial/law problems I took a look at JDK's and I found Adoptium[^]. Do you know if this is free for commercial use? I see that they have JDK and JRE. I will try to contact them as well, but for sure it will take quite a long time before they respond.

              D 1 Reply Last reply
              0
              • V Valentinor

                Because this is a issue that can lead to financial/law problems I took a look at JDK's and I found Adoptium[^]. Do you know if this is free for commercial use? I see that they have JDK and JRE. I will try to contact them as well, but for sure it will take quite a long time before they respond.

                D Offline
                D Offline
                Dave Kreskowiak
                wrote on last edited by
                #7

                I don't do Java. The only reason I know about the licensing is because of the licensing requirements at work.

                Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles.
                Dave Kreskowiak

                1 Reply Last reply
                0
                • L Lost User

                  If you're bundling Oracle software, then you go with what the Oracle license says.

                  "Before entering on an understanding, I have meditated for a long time, and have foreseen what might happen. It is not genius which reveals to me suddenly, secretly, what I have to say or to do in a circumstance unexpected by other people; it is reflection, it is meditation." - Napoleon I

                  C Offline
                  C Offline
                  Custom Neon Sign
                  wrote on last edited by
                  #8

                  Thanks for Sharing!

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups