Hi All,
I have installed j2sdk1_3_0 binary version on solaris 2.6
and had jakarta-ant built. When I tried to build the tomcat
it failed since there was no class of SAXParserFactory.
I could not find anything in the j2sdk1_3_0 directories.
Do I need to install other class libraries to make it work?
Thanks
Scott
# ./build.sh
Searching for build.xml ...
Buildfile: /export/home/usr/local/jakarta-tomcat/build.xml
BUILD FAILED
No JAXP compliant XML parser found. See http://java.sun.com/xml for the
reference implementation.
java.lang.ClassNotFoundException: javax.xml.parsers.SAXParserFactory
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:120)
at org.apache.tools.ant.Main.runBuild(Main.java:401)
at org.apache.tools.ant.Main.main(Main.java:149)