      README
      ======

      GlawarConstants API 2006-06-10 release
      --------------------------------------

Welcome to the GlawarConstants release! This release includes
versions of the GlawarConstants API implementation and documentation for the 
GlawarConstants API.

Please see the FAQ at

     http://software.glawar.at/en/libraries/java/glawarconstants/



JDK Version notes
-----------------

The GlawarConstants API supports JDK 1.4 or higher. Note that we have
currently tested this implementation only with JDK 1.4.



Contents
--------

    Included in this release are the following:

    DISTRIBUTIONREADME_EN.txt   Information of how to distribute the software
    LICENSE_EN.TXT              Software license
    README_EN.TXT               this file
    RELNOTES_EN.TXT             some release informations


    docs/javadocs/              The GlawarConstants API javadocs
    lib/                        the jar file containing at.glawar.email



Requirements
------------

no


Installation
------------

  UNIX/Linux
  ----------

  1. Unzip the GlawarConstants_yyyy-MM-dd.zip archive. 
     (you may have already done this)

  2. Set your CLASSPATH to include the "constants.jar" file 
     obtained from the download, as well as the current directory. 

     Assuming you unzipped GlawarConstants_yyyy-MM-dd.zip 
     in /u/me/ the following would work:

      export CLASSPATH=$CLASSPATH:/u/me/GlawarConstants_yyyy-MM-dd/constants.jar




  Windows
  -------

  1. Unzip the GlawarConstants_yyyy-MM-dd.zip archive. 
     (you may have already done this)

  2. Set your CLASSPATH to include the "constants.jar" file 
     obtained from the download, as well as the current directory. 

     Assuming you unzipped GlawarConstants_yyyy-MM-dd.zip 
     in c:\download the following would work:

      set CLASSPATH=%CLASSPATH%;c:\download\GlawarConstants_yyyy-MM-dd\constants.jar;




Problems?
---------

Our web page at http://software.glawar.at/en/libraries/java/glawarconstants/
has a pointer to the FAQ that includes information on protocols supported,
installation problems, etc. You'll also find information on how to
subscribe to our discussion-list or announcement-list for announcements 
of future GlawarConstants API releases.

Enjoy!

The GlawarConstants API Team