Results 1 to 2 of 2
hi how to install java in linux ?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-08-2013 #1Just Joined!
- Join Date
- Nov 2012
- Posts
- 32
installation
hi how to install java in linux ?
- 01-08-2013 #2
What do you need? jdk or jre?
openjdk-1.6 and openjdk-1.7 are available via the default repositories of a centos/redhat 6.
Install one with e.g.
If there is a requirement to use the sun/oracle jdk, you need to download it manually for licensing reasons.Code:yum install java-1.7.0-openjdk
Check the certification overview and install guide before you install the rpm with yum.
Java SE Downloads
Oracle JDK 7 and JRE 7 Certified System Configurations
Linux Platform Install (JDK)You must always face the curtain with a bow.


Reply With Quote
