Getting a runtime exception

2005-02-11 Thread Shirsendu Sengupta
Hi, I am using the FOP-0.20.5 version in my code to generate the XML data to PDF file. I am trying to run a servlet for the conversion on-the-fly. But I am getting a Runtime exception at the time I am instantiating the Driver in the following way: try { org.apache.fop.apps.Driver driver = new

Re: Getting a runtime exception

2005-02-11 Thread Jeremias Maerki
Sengupta wrote: Hi, I am using the FOP-0.20.5 version in my code to generate the XML data to PDF file. I am trying to run a servlet for the conversion on-the-fly. But I am getting a Runtime exception at the time I am instantiating the Driver in the following way: try