You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by av...@satori.com on 2000/10/19 23:22:48 UTC

Re: Tomcat 4.0 build

I was trying to build 4.0 from scratch

this was in trying to build jasper


I get the following:

build-main:
    [javac] Compiling 1 source file to /export/home/avm/src/TOMCAT/4.0/jakarta-tomcat-4.0-m3/build/jasper/classes
    [javac] /export/home/avm/src/TOMCAT/4.0/jakarta-tomcat-4.0-m3/src/jasper/src/share/org/apache/jasper/compiler/ParserXJspSax.java:146: Method getXMLReader() not found in class javax.xml.parsers.SAXParser.
    [javac]             XMLReader parser = saxParser.getXMLReader();
    [javac]                                                      ^
    [javac] 1 error

what am I missing.

-- 
Freddie  Mendoza             
avm@satori.com
A search engine for the Price Conscious
http://satori.com/cheapbooks/index.html

Re: Tomcat 4.0 build

Posted by Pierre Delisle <pi...@sun.com>.
As was posted yesterday by Craig McClanahan:

> I had errors like this when I had the JAXP 1.0 classes (you need to get the
> new JAXP 1.1-ea version) in my classpath or %JAVA_HOME%\jre\lib\ext
> directory.  Once I fixed that, everything worked fine.

avm@satori.com wrote:
> 
> I was trying to build 4.0 from scratch
> 
> this was in trying to build jasper
> 
> I get the following:
> 
> build-main:
>     [javac] Compiling 1 source file to /export/home/avm/src/TOMCAT/4.0/jakarta-tomcat-4.0-m3/build/jasper/classes
>     [javac] /export/home/avm/src/TOMCAT/4.0/jakarta-tomcat-4.0-m3/src/jasper/src/share/org/apache/jasper/compiler/ParserXJspSax.java:146: Method getXMLReader() not found in class javax.xml.parsers.SAXParser.
>     [javac]             XMLReader parser = saxParser.getXMLReader();
>     [javac]                                                      ^
>     [javac] 1 error
> 
> what am I missing.
> 
> --
> Freddie  Mendoza
> avm@satori.com
> A search engine for the Price Conscious
> http://satori.com/cheapbooks/index.html
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org