When editing HTML files and using the templates. I created a template which uses the template variable “user”. When using the template in the creation of an html file, the user variable was still the Windows Login user. When I start eclipse, I set the -Duser.name=George in the startup properties, and when I use the Java editor, it works fine and uses the name set up by the -Duser.name. When I used the HTML editor I still get the Windows user.