Mihir Kumar Jha wrote:

sir,
while compiling ExampleXML2FO.java i get following message

ExampleXML2FO.java:68: package org.apache.avalon.framework does not exist
import org.apache.avalon.framework.ExceptionUtil;
                                   ^
ExampleXML2FO.java:126: cannot find symbol
symbol  : variable ExceptionUtil
location: class embedding.ExampleXML2FO
            System.err.println(ExceptionUtil.printStackTrace(e));
                               ^
2 errors

Sir, can u tell me why this is happening and how this problem can be solved

You need to configure the classpath of your compiler to include all JAR files shipped with FOP in the lib sub directory. The above message says you haven't put avalon-framework-4.2.0.jar (assuming you are using FOP v0.93) in the classpath.

Chris




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

Reply via email to