Sophie

Sophie

distrib > Mageia > 7 > aarch64 > by-pkgid > b3bdfe6d859a3d6920ff2c44b38e9a6f > files > 11

saxon-manual-9.4.0.9-2.mga7.noarch.rpm

<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet href="../../make-menu.xsl" type="text/xsl"?><html>
   <head>
      <this-is section="about" page="installationjava" subpage="installingjava"/>
      <!--
           Generated at 2011-12-09T20:47:22.916Z--><title>Saxonica: XSLT and XQuery Processing: Installing the software</title>
      <meta name="coverage" content="Worldwide"/>
      <meta name="copyright" content="Copyright Saxonica Ltd"/>
      <meta name="title"
            content="Saxonica: XSLT and XQuery Processing: Installing the software"/>
      <meta name="robots" content="noindex,nofollow"/>
      <link rel="stylesheet" href="../../saxondocs.css" type="text/css"/>
   </head>
   <body class="main">
      <h1>Installing the software</h1>
      <p>An index of all currently-available open-source versions of Saxon is on 
<a href="http://sourceforge.net/project/showfiles.php?group_id=29872"
            class="bodylink">the download page at SourceForge</a></p>
      <p>For the commercial versions of Saxon, please follow the download links from
 <a href="http://www.saxonica.com/" class="bodylink">http://www.saxonica.com/</a></p>
      <div class="boxed"
           style="border: solid thin; background-color: #B1CCC7; padding: 2px">Please see the <a class="bodylink" href="../../changes/intro.xml">change log</a> for
details of all changes in this release.</div>
      <p>Installation of Saxon on the Java platform simply involves unzipping the supplied download file into a
suitable directory. The procedure is the same for all editions (HE, PE, and EE). The JAR files are differently named
in each edition.</p>
      <p>One of the files that will be created in this directory is the principal JAR file. This is
  <b>saxon9he.jar</b>,  <b>saxon9pe.jar</b>, or <b>saxon9ee.jar</b> depending on which Saxon edition you are using.</p>
      <p>There are some additional JAR files to support optional features such as the SQL
interface. When running Saxon, the principal JAR file should be on the class path. The class path
is normally represented by an environment variable named CLASSPATH: see your Java documentation
for details. Note that the JAR file itself (not the directory that contains it) should be named on the class path.</p>
      <p>Some environments (for example Java IDEs such as Eclipse, and servlet containers such as tomcat)
            build the classpath themselves: they might ask you to register the location of JAR files via a graphical
            user interface or a text configuration file, or they might ask you to put the JAR files in a well known place
            (for example <code>WEB-INF/lib</code> in the case of tomcat).
            Follow the instructions for the environment you are using.</p>
      <table width="100%">
         <tr>
            <td>
               <p align="right"><a class="nav" href="jarfiles.xml">Next</a></p>
            </td>
         </tr>
      </table>
   </body>
</html>