No return from JNI Call - NoSuchMethodError

General discussion on the JZOS batch launcher and toolkit
Post Reply
alexp42
Posts: 4
Joined: Wed Apr 04, 2007 6:05 pm

No return from JNI Call - NoSuchMethodError

Post by alexp42 »

Hello all,

I am starting a Java Program using a JZOS Batch and JSE 1.4.2. I call a native C-function from my java main routine. When the called function tries to return to Java code, the program stops and states

JVMJZBL2010E Exception occurred invoking de.msg.afis.test.server.jni.Jni2Afis.ma
JVMJZBL2007E Stack trace follows:
java.lang.NoSuchMethodError: ? ?ÄÄ

Some sort of encoding problem?

Any help appreciated!

Thanks
Alex
Post Reply