Eclipse代碼註釋時@author默認值Administrator修改

咱們在寫代碼註釋時常常會出現 author,這個author默認的$(user)名也是Administrator app

若是要修改這個名的話, eclipse

能夠這樣作: ui

打開eclipse安裝目錄下的eclipse.ini文件, spa

在文件的末尾添加: code

-Duser.name=your name orm

-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就好了
相關文章
相關標籤/搜索