replying to myself: > * I had to to some trial-and-error recompiling because JCC doesn't > include subtypes in the dependencies which means, for example, that > when you really should use a FileOutputStream, iText usually only > imports a OutputStream (probably a calculated dependency from the > libraries method signatures), so it needs some fiddling with --package > to get all necessary classes in.
I meant: JCC seems to only import java.io.OutputStream, as declared in iText's method signature. :-/ cheers Jonas