搜尋

首頁  >  問答  >  主體

eclipse外掛程式開發中,無法取得velocity模板

VelocityEngine ve = new VelocityEngine();
Properties p = new Properties();
p.put(Velocity.FILE_RESOURCE_LOADER_PATH, Activator.getDefault().getBundle().getLocation().replaceAll("reference:file:/", "") + "template");
ve.init(p);
Template template = ve.getTemplate(templateFilePath, inEncode);

上麵的代碼,在開發環境下是可以獲取vm模板的,但是項目打成jar包後,放到eclipse的plugins目錄下後,就找不到vm文件了。(vm文件已經打到jar包了)

其實就是想問p.put()的第二個參數,應該填啥。求指導,謝謝了。

ringa_leeringa_lee2841 天前1015

全部回覆(1)我來回復

  • 高洛峰

    高洛峰2017-04-21 10:58:54

    rootPath = event.getServletContext().getRealPath("/");// 取得絕對路徑。透過設計,呼叫方實現自己的路徑傳入

    回覆
    0
  • 取消回覆