Appendix B   Installing FreeMarker

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.

No real installation needed. Simply copy lib/freemarker.jar to a location where your Java application's ClassLoader 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. (If you want to use FreeMarker with JSP Model-2 style (which also means that you can use custom JSP taglibs in the templates), some extra steps needed. For more information please see the chapter about servlets.)

However, some third party libraries have also be available for the class-loader, if you want to enable certain optional FreeMarker features:

FreeMarker Manual -- For FreeMarker 2.3.20
HTML generated: 2013-06-27 20:54:33 GMT
Edited with XMLMind XML Editor
Here!