Created
October 28, 2021 10:06
-
-
Save bsenduran/46df577673945e751803feb2ae94eadd to your computer and use it in GitHub Desktop.
switching between java versions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias j8='export JAVA_HOME=/home/installs/java/jdk1.8.0_291; export PATH=$JAVA_HOME/bin:$PATH' | |
alias j11='export JAVA_HOME=/home/installs/java/jdk-11.0.12; export PATH=$JAVA_HOME/bin:$PATH' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment