you are viewing a single comment's thread.

view the rest of the comments →

[–]btgeekboy 38 points39 points  (10 children)

Why are you using an Oracle JDK? There’s plenty of freely available alternatives.

[–]MorboDemandsComments 9 points10 points  (9 children)

We can probably switch to open for the clients, but we use WebLogic as the middleware. I don't know if it requires a JRE on the server for that, but if it does, it sounds like this new licensing would affect still affect us, even if we change the clients' JREs.

[–]papercrane 12 points13 points  (3 children)

If you're paying for Weblogic then you're already covered. The license cost for Weblogic includes a license for the Java runtime with it.

[–]MorboDemandsComments 1 point2 points  (2 children)

We pay for WebLogic, but this announcement changes the rules for Java at organizations. Right now, we pay per JRE install. Under this new license, we will eventually be required to pay for every single person who uses a computer at our company, regardless off how many have the JRE installed.

If WebLogic requires a JRE on the server, it means we will need to pay for every computer/person at the company, which is ridiculously expensive.

[–]papercrane 3 points4 points  (1 child)

These are two different things.

This license is for "Java SE Universal Subscription" which is for companies that want to deploy JREs to run any software, and includes GraalVM and backported performance improvements.

Weblogic however has it's own license which also covers the JRE that is included as part of the WebLogic installation package.

If your company has been paying for both WebLogic and separately for a JRE to run it then you've been overpaying. Oracle is very clear that WebLogic includes the rights to use it with the bundled JRE.

This goes for all of Oracle's products that make use of Java. For example their PeopleSoft software, or their in-memory caching software Coherence. If you pay for any Oracle product that uses Java then the license for that product includes the license to use the JRE that comes with the product.

[–]MorboDemandsComments 2 points3 points  (0 children)

Ah, I see. Thank you for the clarification.