我試圖用Java 1.6,但它不是尋找追索運行速度電子郵件發件人程序......速度框架資源未發現異常
VelocityContext context = new VelocityContext();
context.put("name", "mike");
// Initialize the engine
try {
VelocityEngine ve = new VelocityEngine();
templateName = "myfile_en.vm";
// Load the template
Template template = ve.getTemplate(templateName, "UTF-8");
// Render the template into a writer
StringWriter writer = new StringWriter();
template.merge(context, writer);
凸輪的任何一個幫助我,爲什麼我不能加載myfile_en.vm?我試着給完整的絕對路徑,但仍然是相同的錯誤:ResourceNotFound
我直接從eclipse運行它。任何幫助深表感謝。
謝謝!
哪裏的文件在什麼位置?什麼是運行配置的起始目錄? – 2012-01-05 04:25:44