[Migrated content. Thread originally posted on 15 June 2010]
Hello everyone,I am testing the sample program from AcuCobol. I have an error while compiling the JavaCallingCobol.java. It complains package com.acucorp.acucobolgt doesn't not exist. What did I do wrong here or where can I locate this file?
import java.io.*;
import java.util.*;
import java.util.logging.*;
import com.acucorp.acucobolgt.*;
/**
* JavaCallingCobol sample Java program
*
*/
public class JavaCallingCobol {
private static Logger _log;
public JavaCallingCobol() {
super();
}
Thanks,
Luan Tran
