Skip to content

Instantly share code, notes, and snippets.

@pdr-tuche
Created January 30, 2023 05:29
Show Gist options
  • Save pdr-tuche/f4ecf1822dbea2c772f85b5619bf6a33 to your computer and use it in GitHub Desktop.
Save pdr-tuche/f4ecf1822dbea2c772f85b5619bf6a33 to your computer and use it in GitHub Desktop.
Instalando java openjdk 17

Instalação java jdk 17

sudo apt install openjdk-17-jdk openjdk-17-jre -y
java -version
javac -version
sudo update-alternatives --config java
  • criar variavel de ambiente a partir do caminho informado
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment