Skip to main content

Running Simple Java program with Call to COBOL

  • June 17, 2012
  • 0 replies
  • 0 views

[Migrated content. Thread originally posted on 22 December 2011]

I am trying to run simple Java Program Hello World which has a call to simple Cobol Subroutine hello.cbl

The instructions in Visual Cobol documents say to first load library. I do understand, how do i load this library. I have build the project and Eclipse has created one hello.idy file. Should this file be in the class path of my Java program. How do i load this library. I am using Visual COBOL 2010 with Eclipse and on Windows.

Any help on this would be very valuable