> > What I do not get is, that there's definitely the .class file for > > ByteArrayOutputStream in commons-io-1.3.1.jar. Can someone explain me > what I > > am doing wrong here? > > I don't understand how this is supposed to work. You have to compile > all the dependencies and link them together; all you seem to be doing > is putting the dependencies in the CLASSPATH. I'd first try compiling > every jar with -findirect-dispatch and then linking them all. > > Andrew. Thanks for the fast response! I'm aware that I won't be unable to link the compiled stuff. For now I try to find out if gcj is able to compile the fop classes. As long as that step fails, I do not have to bother the compilation of its libraries. :-)