Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

7
  • 1
    This is correct, thank you. I'm new to this as you can see.
    – K_dar
    Commented Feb 3, 2015 at 16:30
  • 8
    Changed the order of installation so that it doesn't remove the aws-apitools. Commented May 9, 2016 at 14:41
  • 1
    Note this will only install the Java Runtime.
    – johnnieb
    Commented Jan 28, 2017 at 18:35
  • 2
    @johnnieb you can get the full JDK with this: yum install java-1.8.0-openjdk-devel.x86_64
    – orange80
    Commented May 17, 2017 at 5:09
  • 5
    @orange80 I believe the command is yum install java-1.8.0-openjdk-devel -y
    – johnnieb
    Commented May 17, 2017 at 16:23