Skip to content

Instantly share code, notes, and snippets.

@JohnathanMarkSmith
Last active December 16, 2015 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JohnathanMarkSmith/5454982 to your computer and use it in GitHub Desktop.
Save JohnathanMarkSmith/5454982 to your computer and use it in GitHub Desktop.
How to install Java Open JDK 1.7 on Fedora, CentOS, Red Hat and Scientific Linux
How to install Java Open JDK 1.7 on Fedora, CentOS, Red Hat and Scientific Linux
I had some coworkers asking the same question time and time again “How Do I Install Java Open JDK 1.7?”.
So to make it easy once again here is my post and the details on how to do it.
su -c "yum install java-1.7.0-openjdk*"
Thats all you have to do… stop asking… :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment