from where i can get jdk tool kit and how to install it

Discussion of programming on Linux, including shell scripting, perl, python, c/c++, mono, java. Whatever tickles your fancy.
Post Reply
ishtiaq ahmed
Naik
Posts: 50
Joined: Thu Dec 23, 2004 8:15 pm
Location: lahore

from where i can get jdk tool kit and how to install it

Post by ishtiaq ahmed »

plzz tell me step by step how can i install jdk tool kit
and jvm for linux
i am using redhat linux 9.0
lambda
Major General
Posts: 3452
Joined: Tue May 27, 2003 7:04 pm
Location: Lahore
Contact:

Re: from where i can get jdk tool kit and how to install it

Post by lambda »

1. go to http://java.sun.com/
2. click on the j2se 1.4.2 sdk or j2se 5.0 sdk link on the right
3. click on the download link for your "other platforms"
4. read the license and accept it
5. click on the rpm link for linux.
6. after it's downloaded, type "rpm -ivh j2se...filename..."
7. you might need the compat-libc++ rpm installed. you'll find it on your rh9 cd.
swatiantigers
Lance Naik
Posts: 44
Joined: Tue Feb 22, 2005 11:54 am
Location: swat
Contact:

Post by swatiantigers »

1. go to http://www.javasoft.com/
or
http://www.sun.com ->Downloads
2. click on the j2se 1.4.2 sdk or j2se 5.0 sdk link on the right
3. click on the download link for your "other platforms"
4. read the license and accept it
5. click on the rpm link for linux.
6. after it's downloaded, type "rpm -ivh j2se...filename..."
7. you might need the compat-libc++ rpm installed. you'll find it on your rh9 cd.
Image
Post Reply