LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Updating JDK from 1.4.2 to 1.5.0 (https://www.linuxquestions.org/questions/linux-newbie-8/updating-jdk-from-1-4-2-to-1-5-0-a-417041/)

Enil8 02-18-2006 10:49 PM

Updating JDK from 1.4.2 to 1.5.0
 
I know this will be easy for someone to answer, but I'm very new at Linux and I don't know how I would go about updating my JDK from 1.4.2 to 1.5.0. I'm running SuSE 10.0. Also, if it's not too much, what is the general process of updating programs in Linux?

anti.corp 02-19-2006 10:01 AM

Hi,

Just go here and download the Linux (self-extracting file)
http://java.com/en/download/linux_manual.jsp

Don't forget to read the instructions:
http://java.com/en/download/help/5000010500.xml#rpm

Have fun :)

Dtsazza 02-19-2006 11:34 AM

Upgrading JVMs is pretty easy, since there's not much in the way of actual dependencies there. You basically just install the 1.5 JVM, then make things use that instead (usually by removing the old 1.4 installation from your PATH, and adding the 1.5 one). Jorgen's links are of course worth reading for the actual detailed instructions.

In general, package management software normally handles upgrades for you; I'm not particularly familiar with SUSE's offering (yum?) but I'm pretty sure that if you try to install version 1.1 when you have version 1 installed, it'll succeed just fine.

Enil8 02-19-2006 07:48 PM

Thanks much! That'll help me a lot :)


All times are GMT -5. The time now is 04:43 PM.