LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Installing JDK 6 version 14 with yum (https://www.linuxquestions.org/questions/linux-software-2/installing-jdk-6-version-14-with-yum-741223/)

rasaan 07-19-2009 02:29 PM

Installing JDK 6 version 14 with yum
 
Hi All,

I am having difficulty installing Java Development Kit 6 version 14 with yum. Is there a bash command sequence that you can advise me on?

Thanks, Rasaan

AlucardZero 07-19-2009 02:30 PM

yum install java?

Do you have an error message? That'd be useful. If you don't tell us the difficulties we can't solve them.

jay73 07-19-2009 02:54 PM

AFAIK, you cannot install the sun jdk with yum at all. Either you use the openJDK or you download the sun jdk and you install it with rpm -ivh. Alternatively, you can check out the instructions on jpackage.org.

craigevil 07-19-2009 07:29 PM

yum install java-1.6.0-openjdk-plugin

This package contains just the Java Runtime Environment. To develop Java programs, install the java-1.6.0-openjdk-devel package. Install all the OpenJDK 6 packages, including the API documentation, by using the wildcard java-1.6.0-openjdk*

The channel #fedora on irc.freenode.net is the easiest and probably the faster way to get answers to questions like this one.

rasaan 07-20-2009 10:55 AM

many thanks
 
I appreciate it a bunch. Ill get right on it

thanks, Rasaan


All times are GMT -5. The time now is 03:14 PM.