Posts Tagged ‘Eclipse’

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 [...]

ColdFusion Builder Performance

Posted: 19th November 2009 by Adam Presley in Development
Tags: , , ,

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 Development
Tags: ,

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.