This document is a WORK IN PROGRESS.
This is just a quick personal cheat sheet: treat its contents with caution!
Java¶
Java is a programming language created by Sun Microsystems. This company was bought out by Oracle Corporation, which continues to keep it up to date.
Reference(s)
Table of contents¶
Avoid dotfile madness¶
Prior to installation, make sure you stay in control of your home directory.
Prerequisite(s)
See how to handle Java related dotfiles.
Install¶
Install a JDK (e.g. v11
):
Config¶
Managing multiple JDK¶
Check the result:
Use¶
Compile:
Run:
TODO
If this cheat sheet has been useful to you, then please consider leaving a star here.