Skip to content

Instantly share code, notes, and snippets.

@RidaRidss
Last active October 7, 2017 09:47
Show Gist options
  • Save RidaRidss/885349da75600ecc74ad0f282e1f31da to your computer and use it in GitHub Desktop.
Save RidaRidss/885349da75600ecc74ad0f282e1f31da to your computer and use it in GitHub Desktop.
1. Set path for Java Home using terminal

    1. export JAVA_HOME=/usr/lib/jvm/java-8-openjdk

    2. export PATH=$PATH:/usr/lib/jvm/java-8-openjdk/bin



2. check version

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