Skip to main content

Hi everyone !!

I need to dev a schema with a java program invoking a cobol on unix, I saw on microfocus documentation,

but I wasn't find where to get ths package:  "import com.microfocus.cobol.*; "

Any one has this link or how/where can I do that?

Thanks!


#Java
#package
#COBOL
#import
#library

Hi everyone !!

I need to dev a schema with a java program invoking a cobol on unix, I saw on microfocus documentation,

but I wasn't find where to get ths package:  "import com.microfocus.cobol.*; "

Any one has this link or how/where can I do that?

Thanks!


#Java
#package
#COBOL
#import
#library

This is provided in the mfcobol.jar package which is part of the Net Express (Windows) or Server Express (Unix/Linux) products. You would need to add this to your CLASSPATH.

Do you currently have the Server Express product installed on the Unix system?

Thanks.


Hi everyone !!

I need to dev a schema with a java program invoking a cobol on unix, I saw on microfocus documentation,

but I wasn't find where to get ths package:  "import com.microfocus.cobol.*; "

Any one has this link or how/where can I do that?

Thanks!


#Java
#package
#COBOL
#import
#library

Hi Chris,

yes, I have the Server Express, now I have it on Unix, but we're chaging the license to work on Linux, and this new machine Isn't ready yet.

but I founded on /opt/microfocus/cobol/lib/mfcobol.jar on Unix.

Thanks a lot !!