Running PDFNet SDK on Linux

Q: We have a java environment on Linux and would like to use PDFNet
SDK (http://www.pdftron.com/pdfnet) to do some PDF processing. I see
a .DLL, but is this going to work on Linux? What is the .lib file for
(much smaller).
------------
A: Given that you are seeing a DLL version of the library I assume
that you are using the Windows version of the library. If you would
like to develop with PDFNet SDK on Linux you need to download the
Linux version (http://www.pdftron.com/pdfnet/downloads.html; for
example http://www.pdftron.com/downloads/PDFNetC.tar.gz). To run Java
samples simply 'cd' into the 'Samples' folder and type "sh
runall_java.sh".