yum install -y java-1.7.0
yum install -y java-1.7.0-openjdk.x86_64
yum install -y java-1.7.0-openjdk-devel
I have referred few more and this Link. There is a comment openjdk.x86_64 installs only jre. I don't find the exact differences of these three stats? Any Suggestions?
When i try third one in centos 6, it return code 1. But second one get succeeded.