I am trying to call a program of type "JVM COBOL" (which from now on I will call program "J") from a program of type "Native COBOL" (which from now on I will call program "N") from my Enterprise Developer local environment but the following error occurs:
Load error : file 'ProgramJ'
error code: 173, pc=0, call=1, sec=0
173 Called program file not found in drive/directory
The program program "J" is in a project of type "COBOL JVM Project" and program "N" is in another project of type "Mainframe COBOL Project". I have modified the "Projects" tab of the "Micro Focus --> Build Path" properties of the "Mainframe COBOL Project" type project to incorporate the "COBOL JVM Project" type project, but this has not been enough for the "Enterprise Developer" find the compiled object of program "J". So, could anyone tell me what else I should change in the settings to fix the problem?
Finally, I add that the compilation of the program "J" generates a file with the extension .class and the compilation of the program "N" generates a file with the extension .dll