Install Java: Revision history

From Andreida

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

4 May 2024

  • curprev 21:4021:40, 4 May 2024Andreas talk contribs 526 bytes +526 Created page with "There are two versions of Java, both with a JRE (if you just want to run java programs) and JDK (if you wish to develop java programs). Sadly, sometimes you need the JDK, even if you just want to run JAVA programs. * OpenJDK - JRE java -version apt-get install default-jre java --version * OpenJDK - JDK javac -version apt-get install default-jdk javac --version * Oracle's JRE [https://www.java.com/en/download/ Oracle's Java JRE] * Oracle's JDK [https://www.oracle...."