Samuel Remacle wrote:
Hello,

I'm a young programmer and I'd like to embed FOP in my application, but unfortunately I'm having some problems to do this.

First of all, I tried to embed FOP using the code given in the sample application ExampleFO2PDF (available with FOP), but when I tried to test my application, I got the following error:

Exception in thread main
java.lang.NoClassDefFoundError: org.apache.fop.fo.PropertyListMaker

It sounds to me as if you have downloaded the source code and not the binary distribution. Am I right? In which case you need to run the ant build script to create the Property classes! Just type build from the command line in the directory where you have downloaded FOP!

Chris



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

Reply via email to