Thursday, May 17, 2012

Change Author Name in Eclipse for JavaDoc

Hi Everyone,

I got my system from office with some strange username and the same username is taken by eclipse while adding documents. I wanted to change that to my proper name. Here is how we can change it..

Open Eclipse installation folder and modify the file eclipse.ini
Add this line in the file..
-Duser.name=your name

Restart Eclipse and it should work fine.

Cheers!!!
Ravi Kumar Gupta