I have a multi-user eclipse (3.4) installation with a shared master configuration area.
Users need to override user.name
with their full name and the usual method (adding -Duser.name=... to eclipse.ini) is not suitable since the override must be per-user.
I ve tried setting user.name in config.ini (inside each user s configuration
directory):
user.name=Luca Tettamanti
但它确实起作用,Eclipse仍然保留登录名。奇怪的是:
user.foobar=Luca Tettamanti
is correctly picked up. Is it possible to somehow override user.name in this configuration?