我用的是5.5版的。谢谢!!
------解决方案--------------------
帮LZ顶了,我是新手
借LZ宝地提问个弱智问题,myeclipse中工具栏的‘open in explorer’快捷按钮在哪儿能设置出来,我以前的有,重新安装后就没了,感谢LZ,谢谢大家
------解决方案--------------------
选菜单
windows-->preference
Java-->Code Style-->Code Templates
code-->new Java files
选中点编辑
${filecomment}
${package_declaration}
/**
* @author 作者姓名 E-mail: email地址
* @version 创建时间:${date} ${time}
* 类说明
*/
${typecomment}
${type_declaration}