Skip to content

Instantly share code, notes, and snippets.

@baldawayash15
Last active June 22, 2019 12:17
Show Gist options
  • Save baldawayash15/023a0ba9886d9c0d45b65a11ce0790f5 to your computer and use it in GitHub Desktop.
Save baldawayash15/023a0ba9886d9c0d45b65a11ce0790f5 to your computer and use it in GitHub Desktop.
JAVA HOME Environment on Linux
#use this profile if your terminal uses .bash_profile before .bashrc
JAVA_HOME = /path/to/java
export JAVA_HOME
JAVA_HOME = /path/to/java
export JAVA_HOME
@baldawayash15
Copy link
Author

baldawayash15 commented Jun 22, 2019

Instructions

Pick anyone bashrc or bash_profile depending upon your environment. 😃 Happy Coding! 🤓

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment