tags:

views:

3

answers:

0

Hi

i am writing program where C will call Java static method using JNI. Program works well on Solaris, Linux but on AIX it dumps the core

Analyzing the core is not giving any info unfortunately, crash is happend in below function.

any clue ? Anyone has successfully called this stuff on aix ? (i am using jdk 1.4)

res = JNI_CreateJavaVM(&jvm, (void**)&env, &vm_args);

Raxit