I don't know if i understand you correctly. Do you mean i can remove the
required libraries jaxp.jar and crimson.jar and use xerces.jar?
tia,
maik
----- Original Message -----
From: "Remy Maucherat" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 12, 2001 6:11 PM
Subject: Re: PArser error!
> ----- Original Message -----
> From: "Miguel Carvalho" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, April 12, 2001 9:19 AM
> Subject: PArser error!
>
>
> > Hi,
> > Because internal company issues i use jdk 1.2.2-001. When i run the
class
> i
> > atached (a example cuted out of slide.java just for testing) i get the
> > folowing error:
> >
> > address : http://...
> > uri : index.html
> > property : author
> > A nonfatal internal JIT (3.10.107(x)) error 'Relocation error: NULL
> > relocation target' has occurred in :
> > 'org/apache/crimson/parser/Parser2.maybeComment (Z)Z': Interpreting
> > method.
> > Please report this error in detail to
> > http://java.sun.com/cgi-bin/bugreport.cgi
> >
> > Getting properties 'http://..': Miguel
> >
> > And when running with jdk1.3 it doesn't happens. But as i said, i need
to
> > use 1.2.
> > What can i do?
>
> This looks like a problem with Crimson and JDK 1.2. There's nothing we can
> do about that in Slide (and it's a JDK bug anyway).
> Since the DAV client needs JAXP 1.0 + DOM 2 support, it should run fine
with
> Xerces 1.3. That way, you shoule be able to avoid that JDK problem.
>
> Remy