some time you need to change the author name of the files you create by eclipse rather than the system user name.
to do so:
1- open eclipse.ini file in the eclipse directory.
2- add the following line after -vmargs line
-Duser.name=your name
References:
http://dev.eclipse.org/newslists/news.eclipse.newcomer/msg07148.html
June 1, 2009 at 5:09 pm
worked beautifully – thanks!
June 2, 2009 at 12:21 am
Hello Peter,
nice to see you here and thanks for comment.
July 14, 2009 at 12:17 pm
Works successfully……. thanks dude,nice trickk..
July 14, 2009 at 12:25 pm
i’m glad to hear that. nice to see you here Girish.
August 29, 2009 at 8:43 pm
You can also change it from here:
Preferences -> Java -> Code Style -> Code Templates -> Comments
Edit the Comment: Types and change $(user) to your desired author_name.
I.e.:
@author $(user) -> @author new_author_name