Skip to content

Instantly share code, notes, and snippets.

@Wasapl
Last active March 26, 2018 18:05
Show Gist options
  • Save Wasapl/cc466142671d7c662d6e6938e45e76aa to your computer and use it in GitHub Desktop.
Save Wasapl/cc466142671d7c662d6e6938e45e76aa to your computer and use it in GitHub Desktop.
Replace JAVA path in PATH variable
# Asume there is path to java in PATH variable
# Asume there JAVA_HOME_8_x64 variable defined
# Asume you have sed
export PATH=$(echo $PATH| sed -r -e "s|(:?)/usr/lib/jvm/[^:]+|\\1$JAVA_HOME_10_X64/bin|")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment