Ziga Mahkovec writes: > On Wed, 2005-03-09 at 14:08 +0000, Andrew Haley wrote: > > Ziga Mahkovec writes: > > > Thanks Andrew, I put the steps and log files here: > > > http://www.bootchart.org/misc/ecj/ecj-native.html > > > > You didn't try > > -Dgnu.gcj.precompiled.db.path=/usr/lib/eclipse/eclipse.db without > > jdtcore.jar.so. > > Updated page. I guess this is the same as running interpreted, since > most of the class lookups fail. It is: it seems that you don't have a precompiled version of /usr/share/java/jdtcore.jar in your eclipse.db. Either that, or the corresponding precompiled library isn't readable. We only fall back to loading bytecode if something fails. Andrew.