Within a "Mainframe COBOL Project," I'm trying to generate a Java client for a COBOL program. To do this, I'm using the context menu option on the COBOL program: New -> Java Interface. This has created the "Java Interfaces" path within the project, and inside that path, a file with the .xml extension containing the mapping between the Java attributes and the COBOL Linkage structure.
So far, so good, but when I run the "Generate Client" option from the context menu of the .xml file, the following error message appears: "Please Set Up Java EE classpath in the properties dialog." I've been investigating, and it seems the problem is that it can't find the mfccl.jar Java library, but I don't know where I need to declare it to avoid the error and generate the Java client.
Thanks.
