ceTe Software Help Library for Java August - 2020
DynamicPDF Merger for Java / Installation Guide / Deployment / Linux\Unix\Solaris Installation Guide
In This Topic
    Linux\Unix\Solaris Installation Guide
    In This Topic

    Installing "DynamicPDF Merger for Java" with JDK

    If you do not have the Java environment set then start from STEP 1 otherwise you can jump to STEP 3.

    • STEP 1:Download any stable version of JDK from java.sun.com.
    • STEP 2: Install java as specified in the JDK manuals.
    • STEP 3: Download DynamicPDF Merger for Java from www.dynamicpdf.com in .tar.gz format.
    • STEP 4: Extract the contents by first running gzip on .tar.gz, this will generate a file with a .tar extension.
    • STEP 5: Run the tar command to extract this .tar file. By default the files will be placed under "DynamicPDF_ForJava10~/ceTeSoftware/".
    • STEP 6: Place DynamicPDF.jar in your CLASSPATH or update your CLASSPATH to point to "DynamicPDF.jar".
    For testing your installation please refer to the “Examples” file in the installation package.

    Installing "DynamicPDF Merger for Java" with a Servlet Engine or Java Application Server

    DynamicPDF for Java comes as a signed JAR file which can be copied and pasted just like any other file to any directory. Various application servers have different ways of mounting and running web applications, we recommend following your application server's instructions on loading the DynamicPDF.jar library on the "Application Level" or "Server Level".

    • STEP 1: Download DynamicPDF Merger for Java from www.dynamicpdf.com in .tar.gz format.
    • STEP 2: Extract the contents by first running gzip on .tar.gz, this will generate file with a .tar extension.
    • STEP 3: Run the tar command to extract this .tar file. By default files will be placed under "DynamicPDF_ForJava10~/ceTeSoftware/".
    • STEP 4: Place DynamicPDF.jar in the "lib" directory of your web application (under "/WEB-INF/classes") or application server, depending upon whether you want to provide global or application specific access to DynamicPDF Merger for Java API’s.
    For testing your installation please refer to the “Examples” file in the installation package