Re: NoSuchMethodError when creating Driver with SilverStream

2002-10-15 Thread J.Pietschmann
Richard Sweeney wrote: > I'm using SilverStream and am attempting to instaniate the Driver with the > following: > > Driver driver = new Driver(); > > however when I try this I get the following: > > java.lang.NoSuchMethodError > at org.apache.fop.apps.Driver.getParserClassName(Unknown

NoSuchMethodError when creating Driver with SilverStream

2002-10-15 Thread Richard Sweeney
I'm using SilverStream and am attempting to instaniate the Driver with the following: Driver driver = new Driver(); however when I try this I get the following: java.lang.NoSuchMethodError at org.apache.fop.apps.Driver.getParserClassName(Unknown Source) at org.apache.fop.svg.SVG