Skip to content

Instantly share code, notes, and snippets.

@crised
Created April 10, 2013 11:06
Show Gist options
  • Save crised/5353718 to your computer and use it in GitHub Desktop.
Save crised/5353718 to your computer and use it in GitHub Desktop.
[crised@localhost ~]$ echo $PATH
/usr/java/jdk1.6.0_43/:/opt/apache-maven-3.0.4/bin:/opt/apache-ant-1.8.3/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/crised/.local/bin:/home/crised/bin
[crised@localhost ~]$ java -version
java version "1.6.0_43"
Java(TM) SE Runtime Environment (build 1.6.0_43-b01)
Java HotSpot(TM) 64-Bit Server VM (build 20.14-b01, mixed mode)
[crised@localhost ~]$ echo $JAVA_HOME
/usr/java/jdk1.6.0_43/
[crised@localhost ~]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment