如何修改myeclipse 新建JSP文件时的默认模板
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何修改myeclipse 新建JSP文件时的默认模板相关的知识,希望对你有一定的参考价值。
以MyEclipse8.6为
1. 找到MyEclipse安装路径,用WinRaR打开com.genuitec.eclipse.wizards_xxx.jar文件
\Common\plugins\com.genuitec.eclipse.wizards_8.6.0.me201007140905.jar
2. 找到该jar包下templates\jsp\Jsp.vtl文件,先将该文件拷贝出来,将文件内容修改为如下:
#*---------------------------------------------#
# Template for a JSP
# @version: 1.2
# @author: Ferret Renaud
# @author: Jed Anderson
#---------------------------------------------#
*#<%@ page language="java" contentType="text/html; charset=$encoding"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>$title</title>
</head>
<body>
</body>
</html>
以上是关于如何修改myeclipse 新建JSP文件时的默认模板的主要内容,如果未能解决你的问题,请参考以下文章