Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » change $ (user) Name
change $ (user) Name [message #75509] Mon, 14 July 2003 08:28 Go to next message
Eclipse UserFriend
How can I change the Username for $ (user) in the code that eclipse
generates for me when I add a new class ? Right now it displays my
system-name but I want it alway to display my real name ?
Re: change $ (user) Name [message #75527 is a reply to message #75509] Mon, 14 July 2003 08:43 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: adam_kiezun.ch.ibm.remove.com

there's no way- it takes it from the system properties

if you want it to display your real name simply modify the template
(go to window > preferences > java > code generation > code and comments > comments > types
and change @author ${user} to @author Robert Ludwig )

hth
a.
--
eclipse.org
Re: change $ (user) Name [message #75555 is a reply to message #75509] Mon, 14 July 2003 09:43 Go to previous message
Eclipse UserFriend
Originally posted by: olivier_thomann.ca.ibm.comNOSPAM

Le Mon, 14 Jul 2003 12:28:03 +0000 (UTC), SCHWERTFISCHTROMBOSE@GMX.DE
(Robert Ludwig) a écrit :
>How can I change the Username for $ (user) in the code that eclipse
>generates for me when I add a new class ? Right now it displays my
>system-name but I want it alway to display my real name ?
You can change it by passing this argument on the comment line:
-vmargs -Duser.name="You real name" ....

You need to put it at the end of your command line
--
Olivier
Previous Topic:imports vs. full packages
Next Topic:AST / parser problems
Goto Forum:
  


Current Time: Mon May 12 15:28:54 EDT 2025

Powered by FUDForum. Page generated in 0.02737 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top