Eclipse代码注释时@author默认值Administrator修改

我们在写代码注释时经常会出现 author,这个author默认的$(user)名也是Administrator

如果要修改这个名的话,

可以这样做:

打开eclipse安装目录下的eclipse.ini文件,

在文件的末尾添加:

-Duser.name=your name

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20130807-1835 -product
org.eclipse.epp.package.jee.product --launcher.defaultAction openFile
--launcher.XXMaxPermSize 256M
-showsplash
org.eclipse.platform --launcher.XXMaxPermSize 256m
--launcher.defaultAction openFile
--launcher.appendVmargs -vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx512m
-Duser.name=Gemini.Liu 
然后重启eclipse就行了

你可能感兴趣的:(java,eclipse,注释,author)