Skip to content

Instantly share code, notes, and snippets.

@atomic-penguin
Created November 16, 2010 16:20
Show Gist options
  • Save atomic-penguin/702003 to your computer and use it in GitHub Desktop.
Save atomic-penguin/702003 to your computer and use it in GitHub Desktop.
/etc/profile.d/java.sh
#!/bin/bash
#$JAVA_HOME for all users
export JAVA_HOME=/usr/lib/jvm/jre
export PATH=$JAVA_HOME/bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment