How to install rpm.bin file with rpm

Have downloaded Java...rpm.bin for Linux. rpm doesn't recognize bin file. Can't find doc to explain what utility converts rpm.bin to simple rpm. What do I use? Thanks.
[183 byte] By [FrankNatoli] at [2007-9-26 2:11:43]
# 1

It took me some time to figure it out,

once you downloaded the j2sdk...rpm.bin file, it is a self installation file,

1) make sure the file is executable

#chmod 755 j2sdk1.4.0_01.rpm.bin

2) execute the file

#./j2sdk1.4.0_01.rpm.bin

this will install the package and inflate the rpm...

good luck.

hah0569 at 2007-6-29 9:04:07 > top of Java-index,Archived Forums,New To Java Technology Archive...