We are upgrading java 1.8 JDK to java 20 JDK but not able to find JRE 20 for JDK 20 somebody help please.
Asked
Active
Viewed 31 times
-1
-
JDK20 isn't LTS hence no version will be there. Eclipse has a version but you probably are better of using either 17 or wait for 4 weeks and use 21. – M. Deinum Aug 30 '23 at 12:29
-
Thanks, I found the below link for JRE https://stackoverflow.com/questions/53733312/where-is-jre-11 Is JRE is present after JDK 11 JRE 17 also not present can you help us – Rohit Shete Aug 30 '23 at 12:38
-
Why do you need a JRE out of interest? The JDK *has* the JRE – g00se Aug 30 '23 at 12:48
-
You said JRE is inbuild in JDK Right? – Rohit Shete Aug 30 '23 at 12:49
-
*You said JRE is inbuild in JDK Right?* Yes. Pointless to install another copy on the same machine – g00se Aug 30 '23 at 12:53
-
1Please note that 4 out of 5 of the tags that you chose are irrelevant to the question that you asked. I have removed them as "tag spam". – Stephen C Aug 30 '23 at 12:56
-
Several companies offer JRE products. These include [Azul Systems](https://www.azul.com/downloads/?version=java-20-sts&package=jre#zulu), [Adoptium](https://adoptium.net/temurin/releases/?package=jre&version=20), and more. Check Amazon, BellSoft, Microsoft, Oracle, SAP, Red Hat, IBM, and others. – Basil Bourque Aug 30 '23 at 18:42