blob: ac441db3d83b68c82606c220bd0e218621cf10d6 [file] [log] [blame]
Apache Ki Runtime Requirements
------------------------------
All 3rd party dependencies mentioned below are accessible in two ways:
1) In the ki-<version>-with-dependencies.zip distribution's lib directory
2) After downloading ki-<version>.zip (no dependencies), run 'ant retrieve-dependencies'. This will download
the dependencies to a lib directory (peer to the build.xml).
Minimal required dependencies
-------------
Java 1.5 and later: Ensure ki.jar and Apache commons-logging.jar are in your application's classpath.
Java 1.3 and 1.4 only: ki.jar, commons-logging.jar and retroweaver.jar and its associated dependendencies
Feature-based dependencies
--------------------------
- .ini based configuration, either for a ki.ini file in the classpath or embedded .ini in the Apache KiFilter
in web.xml:
. include Jakarta commons-beanutils-core.jar