在MyEclipse中增加JSP模板 删除-2008-08-18
在D:\ProgramFiles\MyEclipse6.0\myeclipse\eclipse\plugins\com.genuitec.eclipse.wizards_6.0.1.zmyeclipse601200710\templates\jsp目录下找到Jsp.vtl,复制一份,重命名为jsp2.vtl,然后把里面的内容修改为自己想要的格式,保存。
然后在D:\ProgramFiles\MyEclipse6.0\myeclipse\eclipse\plugins\com.genuitec.eclipse.wizards_6.0.1.zmyeclipse601200710目录下找到templates.xml,用文本编辑器打开。在
<template
context="com.genuitec.eclipse.wizards.jsp"
script="templates/jsp/Jsp.vtl"
name="DefaultJSPtemplate"/>
下面增加
<template
context="com.genuitec.eclipse.wizards.jsp"
script="templates/jsp/jsp2.vtl"
name="JSP2template"/>
保存。重启eclipse。
新建jsp,在模板中就会出现JSP2template,选中,按完成,新建的jsp页面就按你的模板生成了!
相关推荐
lunareclipse 2019-12-23
绿豆饼 2020-08-17
yixu0 2020-08-17
pengpengflyjhp 2020-07-19
玫瑰小妖 2020-07-18
wwwxuewen 2020-06-28
msmysql 2020-06-26
weiguoxin 2020-06-16
daillo 2020-06-14
hyxinyu 2020-06-08
gufudhn 2020-04-30
闲来也无事 2020-04-20
WebVincent 2020-04-20
daillo 2020-03-27
langqiao 2013-05-14