java installaton problem

Dear friends

i have download the j2sdk-1_4_2_02-linux-i586.bin

and after that i run the following comand

chmod a+x j2sdk-1_4_2_02-linux-i586.bin

and after that

./j2sdk-1_4_2_02-linux-i586.bin

but after i run javac but its no command found

i am using mandriva 2006

plz help me

[335 byte] By [rengaraja] at [2007-11-26 17:47:05]
# 1
As far as I remember, JDK installs in /usr/java on Linux. So in order to run javac you need to append /usr/java/bin/ to your PATH environment variable. But please re-check JDK installation directory as I am not quite sure.
MaximKartasheva at 2007-7-9 4:59:23 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 2
It depends on whether you get the rpm download or the binary. I recommend downloading the binary not the rpm. As root you can execute it in /usr/local then make symbolic links from the bin directory where it unpacked to /usr/local/bin.
bensteina at 2007-7-9 4:59:23 > top of Java-index,Development Tools,Solaris and Linux Development Tools...