Last active
June 22, 2019 12:17
-
-
Save baldawayash15/023a0ba9886d9c0d45b65a11ce0790f5 to your computer and use it in GitHub Desktop.
JAVA HOME Environment on Linux
This file contains 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
#use this profile if your terminal uses .bash_profile before .bashrc | |
JAVA_HOME = /path/to/java | |
export JAVA_HOME |
This file contains 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
JAVA_HOME = /path/to/java | |
export JAVA_HOME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Instructions
Pick anyone
bashrc
orbash_profile
depending upon your environment. 😃 Happy Coding! 🤓