You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-users@xmlgraphics.apache.org by Ex...@tls.mms.fr on 2000/12/11 16:54:49 UTC

RE : Re: Batik execution problem

  I am running Batik 1.0 beta, on JDK 1.2.2 on hpux with
this command line :

java -classpath
 $TOOLS/lib/sax.jar:$TOOLS/lib/batik-svgviewer.jar:
$TOOLS/lib/batik/batik-gui-util.jar:$TOOLS/lib/batik/batik-bridge.jar:
$TOOLS/lib/batik/batik-util.jar:$TOOLS/lib/batik/batik-dom.jar:
$TOOLS/lib/batik/batik-css.jar:$TOOLS/lib/batik/batik-gvt.jar:
$TOOLS/lib/batik/batik-svg-dom.jar:$TOOLS/lib/ss_css2.jar:
$TOOLS/lib/w3c.jar:$TOOLS/lib/xerces.jar
org.apache.batik.apps.svgviewer.Main


>>   Both in Viewer and in Rasterizer, I got this exception :
>> 
>> Exception in thread "main" java.lang.RuntimeException:
>> org.w3c.flute.parser.Parser
>>   at
>> org.apache.batik.css.CSSDocumentHandler.setParserClassName
>> (CSSDocumentHandler.java:69)
>> 
>>   Does anybody have an idea to avoid this exception ?
>
>
>Can we know a little more about the problem ?
>
>- Which version you have (user or dev) ?
>- How do you try to launch the viewer ?
>- Which OS and configuration ?
>
>Regards,
>Thierry.
>
>-- 
>Thierry Kormann
>email: Thierry.Kormann@sophia.inria.fr 
http://www.inria.fr/koala/tkormann/
>Koala/Dyade/Bull @ INRIA - Sophia Antipolis

Re: RE : Re: Batik execution problem

Posted by Stephane Hillion <St...@sophia.inria.fr>.
Ext.ZXSPRCR2A015@tls.mms.fr wrote:

>   I am running Batik 1.0 beta, on JDK 1.2.2 on hpux with
> this command line :
>
> java -classpath
>  $TOOLS/lib/sax.jar:$TOOLS/lib/batik-svgviewer.jar:
> $TOOLS/lib/batik/batik-gui-util.jar:$TOOLS/lib/batik/batik-bridge.jar:
> $TOOLS/lib/batik/batik-util.jar:$TOOLS/lib/batik/batik-dom.jar:
> $TOOLS/lib/batik/batik-css.jar:$TOOLS/lib/batik/batik-gvt.jar:
> $TOOLS/lib/batik/batik-svg-dom.jar:$TOOLS/lib/ss_css2.jar:
> $TOOLS/lib/w3c.jar:$TOOLS/lib/xerces.jar
> org.apache.batik.apps.svgviewer.Main
>

batik-ext.jar contains the CSS parser which is missing.
--
    Stephane.