- 
				Type in the Linux Console.
			
- 
        Set the PATH environment variable to include the directory where you
          installed the Ant bin directory.
        
         
          export PATH=${ANT_HOME}/bin:${JAVA_HOME}/bin:${PATH}
- 
        Set the ANT_HOME environment variable to the directory where you
          installed Ant.
        
         
          export ANT_HOME=${ant_dir}
- 
        Set the ANT_OPTS environment variable to the directory where you
          installed Ant
        
         
          export ANT_OPTS="-Xmx256M" 
- 
        Set the JAVA_HOME environment variable to the directory where you
          installed the J2SE JDK application
        
         
          export JAVA_HOME=${java_dir}
- 
        Set the JHHOME environment variable to the directory where you
          installed the JavaHelp application
        
         export JHHOME=${javahelp_dir}
- 
        Set the CLASSPATH environment variable for DITA-OT.
         Set up your environment variable CLASSPATH to include the
            lib directory, dost.jar, and
            resolver.jar.
         
          export CLASSPATH=$DITA_HOME/lib:$DITA_HOME/lib/dost.jar:$DITA_HOME/lib/resolver.jar  
- 
        Set the CLASSPATH environment variable for the Apache FOP
        application.
         Set up your environment variable CLASSPATH to include the
          fop.jar, batik.jar and
            avalon.jar files in the FOP directory.
         export CLASSPATH=${fop_dir}/build/fop.jar:${fop_dir}/lib/batik.jar:${fop_dir}/lib/avalon-framework-cvs-20020806.jar:$CLASSPATH
- 
        Set XSLT processor environment variables.
        
          -  Set environment variables for Saxon: 
                - Set up CLASSPATH to include the saxon.jar file. For example:
                  export CLASSPATH=${CLASSPATH}:${saxon_dir}/saxon9.jar:${saxon_dir}/saxon9-dom.jar 
- Set up ANT_OPTS. For example:
                  export "ANT_OPTS=$ANT_OPTS -Djavax.xml.transform.TransformerFactory=com.icl.saxon.TransformerFactoryImpl" 
 
- Set environment variables for Xalan: Set up CLASSPATH to include the
                xalan.jar file and the xercesImpl.jar
              file. For
              example:
           - export CLASSPATH=$CLASSPATH:${xalan_dir}/bin