About 50 results
Open links in new tab
  1. Does JRE 17 not exist? : r/javahelp - Reddit

    Jan 29, 2022 · End-users only needed to install JRE which was smaller than JDK. I know the latest JDK is 17.0.2, but where is JRE 17? All I could find was JRE 8. Has JRE been …

  2. A fatal error has been detected by the Java Runtime Environment : …

    Apr 6, 2023 · vm_info: OpenJDK 64-Bit Server VM (17.0.1+12-LTS) for windows-amd64 JRE (17.0.1+12-LTS), built on Oct 20 2021 22:41:43 by "" with MS VC++ 16.10 / 16.11 (VS2019) …

  3. SKLauncher error that I don't have Java installed but I do : r

    Jul 28, 2022 · To really check if you have java installed, open start menu and type "cmd" and enter. there type "java -version". if it says java 17 or 18, then it is the right version. if it shows …

  4. Java Runtime Environment is missing or out of date. : r/CurseForge …

    Dec 19, 2020 · After reinstalling Java runtime, if you still doesn't work I found the solution just make sure you go into curseforge settings>Minecraft then scroll down to Java version used for …

  5. Having trouble getting Pokemmo working on steam deck : …

    Jul 9, 2023 · Every method I try I get the message: “this application requires a Java runtime environment 17”. I’ve tried download the two Java links from the website but neither worked …

  6. How I about doubled my Minecraft performance : r/feedthebeast

    Choosing a JRE When you run a Java program (like Minecraft), you need to choose a Java Runtime Environment (JRE) aka Java Virtual Machine (JVM). A Java Development Kit (JDK) …

  7. Unable to locate Java runtime error : r/Minecraft - Reddit

    Feb 2, 2023 · The problem for me was that the "jre-legacy" was was named java-something gamma. IF you change the file name to match the location then it will work if this is the problem.

  8. I keep getting crashes from Java Error EXCEPTION_ACCESS

    I keep getting these errors every hour or so. I've reinstalled minecraft, java, my video drivers, run as administrator, etc. Nothing works. any…

  9. The Java Runtime Environment (JRE) path check failed! : r/Abaqus

    Oct 22, 2023 · Community centred around SIMULIA Abaqus simulation software. Page to showcase projects, ask questions and help each other improve

  10. Java / Java SE / JDK / JRE - which is which and what do I want?

    Jul 4, 2021 · The JRE is the Java Runtime Environment, you need it to run java applications. The JDK is the Java Development Kit, you need it to compile your code, it also includes the JRE. …