Displaying 3 results from an estimated 3 matches for "1_5_0_09".
Did you mean:
1_5_0_06
2007 Jan 30
3
Java headaches
I lost my harddrive, and have had to reinstall. This time, I am being a
bit smarter on imaging, but still got to get things installed...
Installing Freemind. It needs Java JRE.
So after lots of pain, and reading past messages, I got
jre-1_5_0_09-linux-i586.rpm from sun and installed it.
Then I tried to follow Jim Perrin's recommendation to install from
jpackage.org the java-1.5.0-sum-compat.rpm. Thing is it is complaining
about no JDK (not JRE!)
yum install java-1.5.0-sun-compat (have jpackage.org repo in yum.repo.d)
Resolving D...
2006 Nov 15
2
Java JDK on CentOS 4.4
I did not choose Java when I installed CentOS 4.4 and I want to install
a JDK to do Java programming. What is the default Java JDK for CentOS
4.4 ? I see under YumEx very little which looks like a Java JDK. Is
there one in the distribution ? Is there a way to get Sun's latest JDK 5
installed safely and successfully on CentOS 4.4, perhaps via an RPM for
it tailored to CentOS 4.4, or should
2007 Aug 16
0
Installing Java using jpackage.org's java-*-sun-compat RPMs
.../products/archive/ and select the appropriate
version. Follow the instructions on the website to download the JDK in
RPM Format for Linux i586.
5. Unpack the downloaded file(s) and install the rpm(s)
$ sh j2sdk-1_4_2_10-linux-i586-rpm.bin
# rpm -Uhv j2sdk-1_4_2_10-linux-i586.rpm
and/or
$ sh jdk-1_5_0_09-linux-i586-rpm.bin
# rpm -Uhv jdk-1_5_0_09-linux-i586.rpm
6. Install the compat rpms using yum
# yum install java-1.4.2-sun-compat
and/or
# yum install java-1.5.0-sun-compat
7. Select what jdk to use with alternatives
# alternatives --config java
-------------- next part --------------
A non...