Eclipse Install Freemarker Plugin
Transferred from: http://blog.csdn.net/yinzhifeng666/article/details/8777378
Method One: Manual Installation
Manual installation did not succeed
Steps:
1. Download freemarker-ide:http://sourceforge.net/projects/freemarker-ide/files/
2. After the download is complete, unzip, because the Freemarker version in the IDE is older, you need to replace the BuildPath Freemarker jar package in the download Freemarker-2.3.6.jar.
3. Modify the Hudson.freemarker_ide_0.9.14/meta-inf/manifest. MF File
4. Copy the hudson.freemarker_ide_0.9.14 folder to the Eclispe plugin folder and restart Eclipse.
Method Two: Online installation success
Steps
1. Help, software updates, Find and install.
2. New Remote Site
3. Name:jboss Url:http://download.jboss.org/jbosstools/updates/jbosstools-3.0.3.ga
4. Next:
5. After searching, you can find Freemarker
6. Installation
Window–> Preferences the left side of the tree appears freemarker editor a new content
Support for Freemarker recognition in HTML and HTM
1. Window–> Preferences
2. eneral–> editors–> File Associations
3. Add the Freemarker editor for the *.html and *.htm files (associated editors) as their associated editors.
4. When editing a file mixed with HTML and freemarker tags, you can choose to right-click the file –> Open with HTML editor or open with Freemarker editor.
Eclipse Install Freemarker Plugin