Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Download or copy the third party library file onto the server where the Java development environment is.
  2. When third party library files are used for compilation dependencies of the Java configuration code, the library files will need to be stored in the extlib directory in the agent project directory for the compilation to be executed successfully. 

    Info
    titleExample - Adding to extlib directory

    The following example shows the example project that was setup in the Java setup guide.

    Code Block
    languagebash
    themeEclipse
    mv example_lib.jar /home/mzadmin/agent1/helloWorld/extlib/



  3. Any third party library files that are required for runtime dependencies on the Java configuration code needs to be added into the lib directory in $MZ_HOME

    Info
    titleExample - Adding to lib directory


    Code Block
    languagebash
    themeEclipse
    mv example_lib.jar $MZ_HOME/common/lib/




Scroll ignore
scroll-viewportfalse
scroll-pdftrue
scroll-officefalse
scroll-chmtrue
scroll-docbooktrue
scroll-eclipsehelptrue
scroll-epubtrue
scroll-htmlfalse


Next:



Scroll pagebreak