Skip to content

Instantly share code, notes, and snippets.

@stanchan
Created May 17, 2017 23:07
Show Gist options
  • Save stanchan/8f7aee8e90c48ecc266771e3afdccda6 to your computer and use it in GitHub Desktop.
Save stanchan/8f7aee8e90c48ecc266771e3afdccda6 to your computer and use it in GitHub Desktop.
Java Profile
#!/bin/sh
export JAVA_HOME=/usr/java/jdk
export JRE_HOME=$JAVA_HOME/jre
export J2RE_HOME=$JAVA_HOME/jre
export PATH=$JAVA_HOME/bin:$JRE_HOME/bin:$J2RE_HOME/bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment