I want to install jdk by yum on Federa 17 and using :
su -c 'yum install java-1.6.0-openjdk'
But it show "no available package". How can I do to install it ?
|
|
And that is it! |
||||
|
|
|
If you really want version 1.6 of OpenJDK for Fedora 17 you could use the one provided by Fedora 16. Use this command:
( But this shows, that
and then I used the openjdk package which
( Now I have both java 1.6 and java 1.7 on my system. Java 1.7 is my default. And Java 1.6 is in PS: There won't be any conflicts when you install both 1.7 and 1.6. The reason for removing 1.6 from Fedora 17 was, that OpenJDK6 will no longer get security updates after November 2012. |
||||
|
|
|
Type the following in a command prompt to install the latest version:
|
||||
|
|