I am developing a java application in Eclipse and am having trouble referencing the Open Text library. I have the following reference in my java code:
import com.opentext.api.*;
and created an opentext variable that points to Crogram Files/Open Text/Livelink API/bin.
On compile of the application the com.opentext.api library are coming up as errors. I can find nothing on the internet to suggest what I have to do to fix this problem.
If anybody can help I would really appreciate it.
import com.opentext.api.*;
and created an opentext variable that points to Crogram Files/Open Text/Livelink API/bin.
On compile of the application the com.opentext.api library are coming up as errors. I can find nothing on the internet to suggest what I have to do to fix this problem.
If anybody can help I would really appreciate it.