Skip to content

Instantly share code, notes, and snippets.

@michaelilyin
Created July 6, 2019 20:37
Show Gist options
  • Save michaelilyin/a71d522c4d8072fc5b4f9c1340e4eb22 to your computer and use it in GitHub Desktop.
Save michaelilyin/a71d522c4d8072fc5b4f9c1340e4eb22 to your computer and use it in GitHub Desktop.
java alternatives
sudo sh -c 'for bin in /opt/jdk-12.0.1/bin/*; do update-alternatives --install /usr/bin/$(basename $bin) $(basename $bin) $bin 100; done'
sudo sh -c 'for bin in /opt/jdk-12.0.1/bin/*; do update-alternatives --set $(basename $bin) $bin; done'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment