>>>>> "DL" == Daniel =?iso-8859-1?Q?L=F3pez?= <Daniel> writes:
DL> Nobody in the users list could help me, as it might require an
DL> inside knowledge of batik, so here I go: I'm trying to process an
DL> SVG file inside a servlet to show a JPEG image and after dealing
DL> with a couple of XML parser incompatibility issues, I've stumbled
DL> into this error. When I process the SVG file, a sample file
DL> provided with the batik-1.1rc, I get the error:
DL> java.io.IOException: File
DL>
"jndi://D_/Apps/Test/Test/Test/WEB-INF/lib/batik-svg-dom.jar/org/apache/batik/dom/svg/resources/svg-20001102.dtd"
DL> not found. The file batik-svg-dom.jar is in the classpath and it
DL> is exactly in D:/Apps/Test/Test/Test/WEB-INF/lib/, I also checked
DL> to see that the dtd file is in there and indeed, it is.
DL> Any clues?
Well, basically no...
It appears that everything is fine on the Batik side of things.
I've never noticed a 'jndi' protocol descriptor on a URL though. As I
recall the Sun JDK uses 'jar' for a URL like the one above...
DL> Platform is WinNT, Orion1.4.5, JDK1.3
What is Orion? Is it possible that it's doing soming funny, with
the URL stuff? Are you putting the jar files on the path in a 'weird'
way?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]