Eclipse下freemarker插件的安装
FreeMarker(http://freemarker.sourceforge.net/) 是一个非常优秀的模板引擎,一个用来根据模板生成文本输出的通用工具,我们可以用它来生成例如HTML这样的文本,FreeMarker本身提供了一个Eclipse的插件用于编写FreeMarker模板文件,这个插件主要是提供了语法高亮、语法错误提示以及模板文件的概要信息
第一种在http://www.jboss.org/tools/download/stable/3_0_GA.html网页上下载需要的插件,通过解压,把features和plugins的东东加到elispe的features和plugins下,重启eclispe
第二种方式
Help -> Software updates -> Find and install....
Choose "Search for new features to install".
Click Add Update Site..., and type "jboss" for Name and " http://download.jboss.org/jbosstools/updates/JBossTools-3.0.3.GA" for URL.
Check the box of the "FreeMarker" feature.
"Next"-s until it is installed...
相关推荐
80183053 2013-09-12
81314797 2020-11-18
89314493 2020-11-03
81941231 2020-09-17
thisisid 2020-09-09
如狼 2020-08-15
82384399 2020-06-16
86384798 2020-05-12
80183053 2020-05-02
86384798 2020-04-26
86384798 2020-04-11
rionchen 2020-04-09
86384798 2020-04-07
86384798 2020-04-04
80183053 2020-03-07
87201943 2020-03-06
83961233 2020-02-26