Back to Cosmos

Java Installation Guide

guides/installation_guides/java/linux/README.md

latest647 B
Original Source

Java Installation Guide

Download

Download the Java version for your operating system from the Java website

Install

Note: root access may be required to write files in root directory

  1. Change into the directory you wish to install Java in. For a system-wide installation, use /usr/local.

  2. Move the tarball into the current directory

  3. Unpack the tarball

tar zxvf jre-version-linux-x64.tar.gz

  1. Delete the tarball to save space

rm *.tar.gz


<p align="center"> A massive collaborative effort by <a href="https://github.com/OpenGenus/cosmos">OpenGenus Foundation</a> </p>