I am facing an issue while using the sample Acucobol program to call Java from cobol. I have small piece of code in my cobol program as :
CALL "C$JAVA" USING CJAVA-CALLSTATIC "C:\\Javaprojects\\TestCobol2Java\\bin\\CobolCallingJava", "CobolCallingJavaInt", "(I)I", FIELD-INT, FIELD-RET GIVING STATUS-VAL
it returns status-val as "-3" which seems classnot found. Not sure if I mentioned the full path of the class file why it still could not found?
Any help?



