Hi! I just downloaded fop-0.20.4rc, and try to run the simple command:
fop -fo readme.fo -pdf

But I got this error:

Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/avalon/framework/logger/Logger
        at org.apache.fop.apps.Fop.main(Unknown Source)

The fop command is like this:
java -classpath
build\fop.jar;lib\batik.jar;lib\xalan-2.3.1.jar;lib\xercesImpl-2.0.1.jar;lib
\xml-apis.jar;lib\avalon-framework-cvs-20020315.jar org.apache.fop.apps.Fop
%1 %2 %3 %4 %5 %6 %7 %8

All jars are in place. I wonder why it did not find
org.apache.avalon.framework.logger.Logger, because it is in the jar.

Thanks!

Vanessa

Reply via email to