Gary Benson writes: > Andrew Haley wrote: > > Gary Benson wrote: > > > When we compile, then nothing except classes are touched? > > > > Nothing except classes are used, no. > > Cool, that's something I've been meaning to ask. I know it wasn't > always like that, but I thought it might have changed with BC ABI. It hansn't, not really. It's just that when we have the jar files around anyway there's no point diverting accesses to resources in the jars into the binary files. Andrew.