You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Mike Engelhart <me...@earthtrip.com> on 2000/01/27 18:29:43 UTC

Re: java.lang.NoClassDefFoundError: java/util/ArrayList

Sascha MŸller wrote:

> Hello,
> Problems with XSP:
> java.lang.NoClassDefFoundError: java/util/ArrayList
> 
> Has anybody an idea where i can find this class? Till yesterday i
> thought that comes with the Cocoon 1.6.1, but the error is still there.
> This error occurs only on my linux not on my winnt ?!
> 
> Thanks Sascha
java.util.ArrayList is a Java 2 dependent collections class.  You can use
collections in JDK 1.1.x but the package hierachy is different.  That could
be a bug. I'll check the source code and report it to the dev list if it is.

There shouldn't be any Java 2 code in Cocoon distributions.

Mike


Re: java.lang.NoClassDefFoundError: java/util/ArrayList

Posted by Sascha MŸller <sa...@fh-koeln.de>.

Mike Engelhart schrieb:
> 
> Sascha Mller wrote:
> 
> > Hello,
> > Problems with XSP:
> > java.lang.NoClassDefFoundError: java/util/ArrayList
> >
> > Has anybody an idea where i can find this class? Till yesterday i
> > thought that comes with the Cocoon 1.6.1, but the error is still there.
> > This error occurs only on my linux not on my winnt ?!
> >
> > Thanks Sascha
> java.util.ArrayList is a Java 2 dependent collections class.  You can use
> collections in JDK 1.1.x but the package hierachy is different.  That could
> be a bug. I'll check the source code and report it to the dev list if it is.
> 
> There shouldn't be any Java 2 code in Cocoon distributions.
> 
> Mike
> 
This reason matches my problem. On my linx there is jdk118, on windows
jdk122.
Thank you again, hope i4ll hear fom you.
Sascha

> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
> For additional commands, e-mail: cocoon-users-help@xml.apache.org