Velocity Unable To find Resources Velocity Unable To find Resources apache apache

Velocity Unable To find Resources


try this way it should work.

velocityEngine.setProperty(RuntimeConstants.RESOURCE_LOADER, "class,file");    velocityEngine.setProperty(RuntimeConstants.RUNTIME_LOG_LOGSYSTEM_CLASS, "org.apache.velocity.runtime.log.Log4JLogChute");    velocityEngine.setProperty("runtime.log.logsystem.log4j.logger", "VELLOGGER");    velocityEngine.setProperty("class.resource.loader.class", "org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader");    velocityEngine.setProperty("runtime.log.logsystem.class", "org.apache.velocity.runtime.log.NullLogSystem");    velocityEngine.init();