Here is a quick way to change the default author name when using JavaDoc comments in your Eclipse projects. Simply edit your eclipse.ini file found in the root directory where you placed Eclipse. I have Eclipse at /opt/eclipse, so my path would be /opt/eclipse/eclipse.ini. Once editing this file add the following line and save. -Duser.name=Adam [...]
Posts Tagged ‘Eclipse’
Change Default Author Name for JavaDocs in Eclipse
Posted: 19th August 2010 by Adam Presley in Development, Tools and AppsTags: Development, Eclipse
ColdFusion Builder Performance
Posted: 19th November 2009 by Adam Presley in DevelopmentTags: ColdFusion Builder, Development, Eclipse, Software
I don’t know about you guys, but I run into horrible performance issues as I use ColdFusion Builder, or most other Eclipse-based IDEs, as I use them more over time, add more projects, etc… After researching I’ve got a set of settings now that help a bit. These settings make garbage collection more aggressive, which [...]
Optimize Performance in Eclipse
Posted: 23rd September 2009 by Adam Presley in DevelopmentTags: Development, Eclipse
Here’s a link to David Salter’s site that talks about some settings you can modify in your eclipse.ini file in Windows to help make Eclipse a bit more palatable for everyday use. Visit his site at http://davidsalter.co.uk/blog/?p=332.

