Download an installation instructions ======================================= jUDM is the Java Wrapper for the UDM Core Technology developed at ISIS. To install the minimum jUDM on Linux, you need to download it from the ISIS BioComp website and install it manually: - jUDM Package The latest release of the jUDM Package for Linux is 1.0.3 and is available from the ISIS BioComp web site: http://www.isis.vanderbilt.edu/Projects/biocomp/downloads.asp?req=downloads/packages/linux/judm1.0.3.zip . Extract the content of this package into a directory, say . From this point, you have two options to finish this installation process. First, you can copy the /lib/libUdmSwig.so library to the /usr/lib folder. Please note that you have to be the root user on the Linux machine in order to accompilsh this. In some Linux configuration the /usr/lib folder is in the PATH or in the LD_LIBRARY_PATH, but it is advised to create and export a UDM_PATH environment variable that points to the /usr folder. As a second option, you can create and export the UDM_PATH environment variable that points to the root of the installation folder; in addition, add the $UDM_PATH/bin path to your PATH. The zipped package contains a library file called libUdmSwig.so in the /lib folder. This library depends on the following libraries, so make sure that your system has these libraries installed on it: - Xalan package, version Xalan-C 1.5.2 - Xerces package, version Xerces-C 2.2.0 - ZLib package , version 1.2.1 - ZLib Minizip package , Version 1.2.1