myeclipse常用配置

1. Windows -> Preference -> Startup and Shutdown, 关掉用不到的配置

2. Windows -> Preference -> General/Workspace, 设置Text file encoding为UTF-8, 防止项目中出现中文乱码

3. 到项目的目录下,打开.project文件
删除
<buildCommand>
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
<arguments>
</arguments>
</buildCommand>

<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
节点

可解决编译js或jsp时间过长问题

4. 客制化菜单和快速启动栏, 方便自己的使用

myeclipse常用配置_第1张图片


你可能感兴趣的:(MyEclipse,配置)