You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The process of downloading JRE (not JDK) from Adoptium currently seems overly complicated, because you have to:
Go to Adoptium home page
Click "Other platforms and versions"
Explicitly change the selection of the "Package Type" from "JDK" to either "JRE" or "All"
Figure out which of the several files you want to download
Furthermore, there is no obvious way to even link to the download page with JRE downloads initially visible.
Describe the solution you'd like
A couple simple ideas to make this user experience better:
provide both – JDK and JRE – download links for the detected platform on the homepage (instead of just JDK, as it is now)
disable automatic filtering by "Package Type" on the Latest Releases page. Perhaps filter the list by platform by default instead
A slightly more complex solution: build a simple landing page for downloading JRE specifically. Something akin to java.com, but less corporate and friendlier to end-users. In fact, your current home page is pretty much that already, except it points to JDK and not JRE.
Additional context
I'm raising this because I couldn't find an end-user friendly JRE download page that the application developers could link their users to. Java.com still offers version 8, and your "Latest Releases" page just looks overly complicated from an end-user perspective.
The text was updated successfully, but these errors were encountered:
Hi @xavierfacq,
thanks! I don't even remember why I filed this bug, but this looks like a step in the right direction.
One thing that's still obviously missing is an automatic filter by user's OS and platform. Right now the link either has to specify these fields, or they default to "All", unlike your homepage, which defaults to my actual OS.
Although if you went with (unnumbered) option 3 in my initial post – a separate "Download JRE" landing page akin to the current "Download JDK" homepage, it would be even nicer. It could be accessible under https://adoptium.net/jre/, for example.
Is your feature request related to a problem? Please describe.
The process of downloading JRE (not JDK) from Adoptium currently seems overly complicated, because you have to:
Furthermore, there is no obvious way to even link to the download page with JRE downloads initially visible.
Describe the solution you'd like
A couple simple ideas to make this user experience better:
A slightly more complex solution: build a simple landing page for downloading JRE specifically. Something akin to java.com, but less corporate and friendlier to end-users. In fact, your current home page is pretty much that already, except it points to JDK and not JRE.
Additional context
I'm raising this because I couldn't find an end-user friendly JRE download page that the application developers could link their users to. Java.com still offers version 8, and your "Latest Releases" page just looks overly complicated from an end-user perspective.
The text was updated successfully, but these errors were encountered: