Java problem when trying to install software

Hi everyone, im having an issue while trying to install some software I get the following error:
software/jre/bin/java: cannot execute binary file Problem executing Java, cannot continue without Java.
Please contact support for assistance.

This is what is install as far as java is concerned:

rpm -qa | grep java
java-1_6_0-ibm-jdbc-1.6.0_sr7.0-1.1.1
java-1_6_0-ibm-fonts-1.6.0_sr7.0-1.1.1
java-1_4_2-ibm-1.4.2_sr13.3-1.1.1
java-1_6_0-ibm-1.6.0_sr7.0-1.1.1

Any Ideas on what can be causing this issue?

Thanks…

This is mine, maybe it will help you

rpm -qa | grep java
java-1_6_0-sun-1.6.0.u19-0.1.1.x86_64
java-1_5_0-gcj-compat-1.5.0.0-107.109.2.x86_64
java-1_6_0-openjdk-1.6.0.0_b16-5.10.1.x86_64
java-1_6_0-sun-plugin-1.6.0.u19-0.1.1.x86_64
timezone-java-2009u-0.1.1.noarch

Hmm you know what is interesting it was complaining because it was a 64 bit application even though I have a 64bit OS. So I installed a 32 and now is up and running so it wasnt java after all thanks…