• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

OpenJDK 8 and Oracle JRE 8 question

 
Ranch Hand
Posts: 165
1
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,

If I use OpenJDK8 from RedHat and JRE 8 from Oracle, will I be charged for patches that need to be applied to JRE 8?  We are developing code locally, and then deploying the product to a server at another site that we do not own or maintain.

Thanks in advance.

Ravi




 
Sheriff
Posts: 7126
185
Eclipse IDE Postgres Database VI Editor Chrome Java Ubuntu
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The answer is in here somewhere, but it's hard to understand (for me at least).  It seems that you can continue to develop software for free, but commercial users will have to pay a licencing fee if they use Oracle Java.
 
Ranch Hand
Posts: 271
1
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Who pays for the Oracle JRE, the developer or the end-user?
Surely the end-user has the choice to use another JRE !?!
 
Sheriff
Posts: 28350
97
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

AhFai Chan wrote:Who pays for the Oracle JRE, the developer or the end-user?


That's a matter to be determined between those two. If I'm developing Java code for another organization, then paying the licence fee for Java may be something that my business does. Or I might charge the fee to that organization. It all depends on how the relationship is structured.

Surely the end-user has the choice to use another JRE !?!


That's also a matter to be determined between them. If I'm developing Java code for somebody else than I might want them to use the same JRE, to avoid potential problems. Or they might want me to develop under the same JRE which they are already using. Again, it depends.
 
Stinging nettles are edible. But I really want to see you try to eat this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic