gabriel.bianco@pixeon.com.br writes: > I actually don't need stack traces at all in some of my > programs... What do I need to do to disable it completely? You may not need stack traces, but gcj does. To disable the launching of external programs, set the property gnu.gcj.runtime.NameFinder.use_addr2line=false. Andrew.