In Window > Preferences… > Java > Editor > Templates, the template named @author is defined to use the variable ${user}. On my system, this shows up as __USER__. I know that I could change the template to have my name instead of referencing the variable, but I’m sure that the “proper” way to do this is to define the variable appropriately. I know that I’ve done this successfully before on some IDE, but I cannot figure out how to do this for Eclipse.
Where is this variable defined, and how can I change it?
Thanks,
– Richard