2009-08-11 13:52:41 UTC
Hello Maxiares,
I have to correct myself, as there is no Sun Java for ppc/POWER you just have to use the one from IBM. The bits from the AIX port fixing issuses with the jni version may make it work.
However, the scheduler you have built is a 32-bit binary as all known builds are, so neither the 64-bit Java nor your libspidermonkey will load. Trick spidermonkey to compile 32-bit wide and chose the appropriate JDK. The JDK used while compiling the scheduler is irrelevant, the class files/jars dont have a word size.
Greetings.