>>>>> "NP" == Neil Patel <[EMAIL PROTECTED]> writes:
NP> That's interesting. Because I just downloaded the NP> "batik-1.5beta3.zip " from http://xml.apache.org/batik/dist/ and NP> when I install it, there is no jar file: batik-squiggle.jar. This is correct, as I said batik-squiggle was introduced after the 1.5B3 release. Since I didn't know what release you were running I took a guess at a possible problem. NP> I am using whatever release is currently up on the preceeding NP> URL. which is binary beta3. I've deleted everything in my NP> CLASSPATH env. also and still get this problem. I also cleared NP> references in the /jre/lib/ext to w3c files. I don't think I can help you much here. I tried downloading the release files and everything worked fine for me. If you aren't using JDK 1.3.1 I would sugest upgrading, some people have also had success using JDK 1.4. NP> thanks, neil >>>> [EMAIL PROTECTED] 08/05/02 04:19PM >>> >>>>> "NP" == Neil Patel <[EMAIL PROTECTED]> writes: NP> I try to run Batik 1.5 Squiggle from the console: by typing java NP> -jar batik-svgbrowser.jar and I am getting this ERROR: NP> java.lang.NoSuchMethodError: NP> org.apache.batik.bridge.BridgeEventSupport.addGVTListener(Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Document;)V NP> at org.apache.batik.bridge.GVTBuilder.build(Unknown Source) at NP> org.apache.batik.swing.svg.GVTTreeBuilder.run(Unknown Source) NP> any ideas? it looks like "Lorg/. . . " in the path looks wrong. I NP> am using the compiled version of Batik 1.5 NP> The 'Lorg..' standard for 'Long' 'org...' it's how Java does NP> name mangling. You don't say exactly what Batik you are using NP> (CVS, release, what release..) but I suspect that you are running NP> into the fact that since 1.5B3 we renamed the browser 'squiggle' NP> so you should be running: NP> java -jar batik-squiggle.jar ... NP> You might have an old batik-svgbrowser.jar from an old build of NP> Batik. NP> --------------------------------------------------------------------- NP> To unsubscribe, e-mail: [EMAIL PROTECTED] For NP> additional commands, e-mail: [EMAIL PROTECTED] NP> --------------------------------------------------------------------- NP> To unsubscribe, e-mail: [EMAIL PROTECTED] For NP> additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
