Ok. Back to Java & Java agent learning.I’m needing to create modify some PDFs.
And I’m wanting to do it in Java because it may also be used on WebSphere later, minimizing the need to rewrite much if anything.
The sample apps contain a couple of “import” lines that seem to not work:
import com.pdflib.pdflib;
import com.pdflib.PDFlibException;
(There are import java… lines ahead of these that work just fine.)
How does one make them work?
Collin