Operating System - Linux
1832852 Members
3109 Online
110047 Solutions
New Discussion

Working link for jre1.4 or any for sarge

 
Moiz_Lx
Occasional Contributor

Working link for jre1.4 or any for sarge

Hi,

Can any one share the link or the deb for jre1.4 for sarge.
I have googled x number of times but all most all the links are broken and lack in 4-5 packages.

can someone help me please ..

Thanks and regards,
Moiz
2 REPLIES 2
Matti_Kurkela
Honored Contributor

Re: Working link for jre1.4 or any for sarge

Since Sun's license for Java was not entirely compatible with Debian's policies, the JRE is not available directly in the Debian's package repositories.

Instead, you must download the Java JRE from Sun and create the .deb packages yourself, to comply with the letter of the license. Debian provides a tool "make-jpkg" to make this very easy.

First, install the package "java-package". It is available in the contrib/misc section of Debian package repository. It contains the "make-jpkg" tool and the documentation for it.

Then, download the standard JRE self-extracting package (.bin, not .rpm) from http://java.sun.com.

Now you can generate the .deb packages yourself with a command like
make-jpkg j2re-1_4_2-linux-i586.bin
MK
Cedric Dupont
Regular Advisor

Re: Working link for jre1.4 or any for sarge

You can use the JRE package avalaible for unstable.
There is no dependencies problems.