jdk
3 articles
How to Set the JAVA_HOME Environment Variable on Windows, Linux, and macOS
Set JAVA_HOME correctly on Windows, Linux and macOS — find the JDK folder, make the variable stick across reboots, and fix the errors it causes.
JavaDifference Between JDK, JRE and JVM: What Each One Actually Does
JDK, JRE and JVM explained by following one file from javac to output: what each layer holds, why Oracle stopped shipping a JRE, and which one to install.
JavaHow to Install Java 21 (JDK 21) on Windows
Install JDK 21 on Windows 10 or 11: choosing Temurin, Corretto or Oracle, the MSI checkboxes that matter, setting JAVA_HOME and PATH, fixing a wrong version.
Java