Re: how to change name of author in eclipse?



To change in code that is all ready written use find and replace. To
change what value will be used for @author in future see previous
answer plus do the following:

windows -> Preferences -> Java -> Code Style -> Editor -> Templates:
@author
Edit this template and change ${user} to your desired name.

.