![]() |
||
|
||
![]() |
No real installation needed. Simply copy lib/freemarker.jar to a location where your Java application's class-loader will find it. For example, if you use FreeMarker in a web application, you probably want to put freemarker.jar into the WEB-INF/lib directory of your web application.
However, some third party libraries have also be available for the class-loader, if you want to enable certain optional FreeMarker features:
At least J2SE 1.4 is required for regular expression built-ins.
At least J2SE 1.4 or a JAXP + DOM implementation + SAX implementation is needed for the XML wrapping.
At least J2SE 1.4 or Xalan (or Jaxen) is needed for XML XPath support. Note that currently we don't recommend Jaxen because of its bug with //.
Obviously, javax.servlet classes are needed for FreemarkerServlet.
Obviously, Jython classes are needed for the Jython wrapper.
JDOM is needed for the deprecated freemarker.ext.jdom package.
![]() |
||
|
||
![]() |
![]() |
|
Page generated: 2004-06-15 22:17:59 GMT | FreeMarker Manual -- For FreeMarker 2.3 |