Hi there,
I am new to JNI and I try to call
Java from a cobol program with JNI. The jvm is loaded properly and the FindClass works well.
If I call GetMethodID with the method-name <init> and the signature
()V I am getting the following error message:
Consists in specifying the method signature (for the constructor) a problem?
Many thanks in advance
Lys.