IMO the following should work, though I haven't tested it:

org.apache.fop.image.FopImageFactory.resetCache();
Driver driver = new Driver();
[...more of your code]

There is no need to instantiate FopImageFactory. Static methods can be
called without instantiating an object.

On 24.02.2003 16:01:36 Matthew Lancashire wrote:
> I tried FopImagefactory fopFac = new FopImageFactory();
> 
> Is that right? If so the resetCache method didn't do the trick.



Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to