0

Exactly what it sounds like. I've been looking for one, but all the replies say that the version does have a JRE, but I cannot find the folder for it. Is there even a JRE? If there is, can you please give an explanation? Thank you!

i.stack.imgur.com/R3mcT.png

T.J. Crowder
  • 1,031,962
  • 187
  • 1,923
  • 1,875
zoid_
  • 15
  • 4
  • 1
    Welcome to Stack Overflow! Please take the [tour], have a look around, and read through the [help], in particular [*How do I ask a good question?*](/help/how-to-ask) Please post code, error messages, markup, and other textual information **as text**, not as a *picture* of text. Why: http://meta.stackoverflow.com/q/285551/157247 – T.J. Crowder Apr 09 '22 at 09:23

1 Answers1

-1

Yes, that's the whole point of adoptium. OpenJDK has JRE binaries as you can see on their website.

JRE is in bin/java.exe.

ethry
  • 731
  • 6
  • 17
  • 4
    _"that's the whole point of Adoptium"_, it is not. The fact they provide a JRE download is not the raison d'etre of Adoptium. – Mark Rotteveel Apr 09 '22 at 09:28
  • 1
    my eclipse still doesnt recognize the jre in bin, even though i have seen the file myself. – zoid_ Apr 09 '22 at 09:45
  • 1
    eclipse doesn't use jre, it uses jdk. it probably also isn't installed, you need to give it where the file is stored. – ethry Apr 09 '22 at 10:14
  • im trying to add it through the search function since my current workspace jre isnt supported. still doesnt recognize. – zoid_ Apr 09 '22 at 10:57