this post was submitted on 18 Jun 2023
11 points (100.0% liked)

Java

20 readers
1 users here now

For discussing Java, the JVM, languages that run on the JVM, and other related technologies.

founded 1 year ago
MODERATORS
 

Interested in what folks use. I stick to temurin unless guaranteed to deploy in AWS then I use corretto.

you are viewing a single comment's thread
view the rest of the comments
[–] Hesham_SHY@vlemmy.net 1 points 1 year ago* (last edited 1 year ago)

I usually go with temurin, I like there policies.

About what version should you use, if you are deploying whatever you are doing, i would stick to the latest TLS(Currently 17). But if you are trying to make an app that expects people to have a JRE, then probably using the 8 TLS would be a better option and easier for users to deal with (Unless you are targeting programmers or linux users, then again, latest TLS would be imo best option).