I'm developing mod for Minecraft Forge 1.17 which requires JDK16. I have installed that. I'm using Eclipse and the compiler gives a warning that execution environment is JavaSE16 but no JRE16 found. As far as I know there is no JRE16 installed on my computer. The problem is that I can't find it anywhere.
Looked from Oracle website and Adoptium website. Both offer JDK16, but no JRE16. Where can I find JRE16 to download?