Skip to content

Instantly share code, notes, and snippets.

@luizrobertofreitas
Created August 4, 2018 17:35
Show Gist options
  • Save luizrobertofreitas/41538491465cdafbc3350a513c77b413 to your computer and use it in GitHub Desktop.
Save luizrobertofreitas/41538491465cdafbc3350a513c77b413 to your computer and use it in GitHub Desktop.
Script to change jdk based on update-alternatives
#!/bin/bash
alternatives --config java
alternatives --config javac
alternatives --config javaws
alternatives --config jconsole
alternatives --config keytool
alternatives --config java_home
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment