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.