Illegal Instruction on powerpc

Hello

I'm getting anillegal instruction on 32 bit power pc when i executed jre1.5.0_10/bin/java HelloWorld.

I've downloaded java_se_powerpc-5_0_10-ea-linux-ppc[1].tar.gz from sun website.

Please letme know what could be the reason?

When i tried with java -help it works well. but java -version or verbose gives the same error.

[368 byte] By [dvmkrishnaa] at [2007-11-27 5:29:57]
# 1

Hello

I found the solution to the problem. This is because of the Hardware doesn't support for Floating Point. also linux kernel doesn't support for soft Float point. While installing linux kernel make sure that soft floting point (Math Emmulation) is set. then this problem will fix.

Thanks and Regards

Murali Krishna.

dvmkrishnaa at 2007-7-12 14:53:35 > top of Java-index,Desktop,Runtime Environment...