There is no org.apache.* in jdk 1.4
It's probable they simply were bundled un servlet.jar of tomcat.
Marc Wentink a écrit :
>
>
>
>>You are missing the xalan jars:
>>http://www.ibiblio.org/maven/xalan/jars/
>>
>>
>
>Yes, and they add the libs removed in JDK1.5 for compiling a servlet under
> You are missing the xalan jars:
> http://www.ibiblio.org/maven/xalan/jars/
Yes, and they add the libs removed in JDK1.5 for compiling a servlet under
JDK1.5.
> btw, you should not have your compilation depends on any tomcat lib,
> unless you are building specific tomcat extensions (like rea
You are missing the xalan jars:
http://www.ibiblio.org/maven/xalan/jars/
btw, you should not have your compilation depends on any tomcat lib,
unless you are building specific tomcat extensions (like realms)
Wentink, Marc a écrit :
>Dear Group,
>
>Which jars am I missing, and were can I find th
Oops...
Just read some more documentation and it seems the whole java xml xpath libs
changed from jdk 1.4 to jdk5, right? So a servlet doing something with XML
would have to be rewritten totally and could better just stay on Tomcat4 and
JDK1.4?
-