Hi Dale,

> thomas.deweese wrote:

> > Did you include the resources directory?  In particular the
> > resources/META-INF/services/org.apache.batik.script.InterpreterFactory
> > is important for finding the ECMA Script interpreter.

Dale Ellis <[email protected]> wrote on 11/03/2009 06:18:52 AM:

> Any ideas? I did mention that the file you mention was in a few of the 
JAR
> files, maybe they are causing a conflict with each other, I just added 
all
> the jars onto classpath (listed at bottom), maybe I need to remove some?

    I doubt it.

> Also how is that file picked up in the Batik code? just a resource 
bundle?
> If I knew I could check my code can reference the file.

    The code for Batik to locate the Service Provider is located in
batik.util.Service:
http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/sources/org/apache/batik/util/Service.java?view=log

    Your best bet would be to add code either in that class or
in batik.script.InterpreterPool to see where things are going wrong.

Reply via email to