Hi,
I tried to run this simple code and i got a java.lang.NullPointerException
at runtime at the call to the driver constructor!!
Driver driver = new Driver(); // ==> Error
driver.setRenderer(Driver.RENDER_PDF);
driver.setInputSource(new org.xml.sax.InputSource("normal.fo"));
driver.setOutputStream(new FileOutputStream("test.pdf"));
driver.run();
Has anyone encounter this kind of problem?
Thanks.
Regards C. Labbe.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]