4 ms·
I was not trying be to snarky. I was genuinely curious to know how it is priced after the oracle acquisition. As a language that I am most used to, I wanted to
by svrma 6y ago
I was not trying be to snarky. I was genuinely curious to know how it is priced after the oracle acquisition. As a language that I am most used to, I wanted to evaluate how much it'd cost (a rough estimate based on cores/users) if I were to launch a web service based on Java.
- JAlexoid 6y agoSince Java is free to use and is primarily developed as a GPL software - there are no licensing costs, that you would care about.
- andylynch 6y agoOracle actually publish their price list for Oracle Java here - https://www.oracle.com/uk/corporate/pricing/#java-se https://www.oracle.com/uk/corporate/pricing/#java-se In short, starts at $25 per processor per month, discounts starting at 100+ . Look at using OpenJDK/ Amazon Corretto instead
- ternaryoperator 6y agoOpenJDK is Oracle's free, open-source implementation of the Oracle JDK. It is where Oracle does all of its JDK development. You can use it with no restrictions. If you want to pay for support, you can pay Oracle or any of several other companies that package up and support the OpenJDK. If you choose to pay Oracle, you'll get the Oracle JDK which is identical to the OpenJDK except for a couple of error messages and the ID string.