S
sachin
hello everyone,
i am trying to convert my XSL-FO to PDF file by using fop-0.20.5
by importing the following classes:
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.i
utputStream;
import org.xml.sax.InputSource;
import org.apache.fop.apps.*;
when i try to run the application, it gives me the following error:
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/avalon/framework/logger/Logger
my question is, why do i need to use the
org/apache/avalon/framework/logger/Logger package in order to convert
my XSL-FO to PDF?? why cant i do it without using this package??
thanks a lot in advance,
sachin.
i am trying to convert my XSL-FO to PDF file by using fop-0.20.5
by importing the following classes:
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.i
import org.xml.sax.InputSource;
import org.apache.fop.apps.*;
when i try to run the application, it gives me the following error:
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/avalon/framework/logger/Logger
my question is, why do i need to use the
org/apache/avalon/framework/logger/Logger package in order to convert
my XSL-FO to PDF?? why cant i do it without using this package??
thanks a lot in advance,
sachin.