> > > If IRC, there is a switch that can be given to tell JDK1.4 to use
>From the jdk 1.4 docs, "The system property java.endorsed.dirs specifies one or more directories that the Java runtime environment will search for such JAR files. If more than one directory path is specified by java.endorsed.dirs, they must be separated by File.pathSeparatorChar." Cheers - Avik Quoting Nicola Ken Barozzi <[EMAIL PROTECTED]>: > From: "Andrew C. Oliver" <[EMAIL PROTECTED]> > > > > owdocs: > > > [java] Exception in thread "main" java.lang.NoClassDefFoundError: > > > org/xml/sax/ContentHandler > > > [java] at org.apache.cocoon.Main.main(Unknown Source) > > > " > > > > > > It works for me and Glen. > > > > > > My guess is that you are using jdk1.4 and haven't putthe > > > /jakarta-poi/endorsed jars in > > > jre/lib/endorsed . > > > > > > If IRC, there is a switch that can be given to tell JDK1.4 to use > another > > > dir as the endorsed dir without having to copy jars. > > > Rainer, could you please do a check and try putting it in the script? > > > > > > > You mean the base/system classpath -- doesn't jdk1.4 have jaxp + other > > xml stuff built in? > > Yes, and this is the problem. It's incompatible with current Cocoon. > > -- > Nicola Ken Barozzi [EMAIL PROTECTED] > - verba volant, scripta manent - > (discussions get forgotten, just code remains) > --------------------------------------------------------------------- > >
