Sylvain Wallez wrote:
>
> Berin Loritsch a écrit :
> >
> > Sylvain Wallez wrote:
> > >
> > > maybeupload.jar has shrinked from 30kb to 19kb and gives the following
> > > exception :
> >
> > It shrank because this time it is compressed, unlike the last time.
> > I did test it on my machine, and submitted a patch to the maybeupload
> > folks. Can you give me some more information surrounding the issue,
> > such as your OS, JVM version, etc)?
> >
>
> This problem occured on Win2k with JDK 1.2.2, but I just tried with JDK
> 1.3.0_01 and it works...
>
> Did the class file format change between 1.2.2 and 1.3 ??? I checked the
> JVM spec at
> http://java.sun.com/docs/books/vmspec/2nd-edition/html/ClassFile.doc.html#75883
> which states that JDK 1.2 supports up to version 46.0, but nothing is
> said about JDK 1.3.
You know what... They have don't really have a good build system, so I
borrowed a working Ant distribution. I will make sure that the classes
are compiled for JDK 1.2 compatibility and recommit them....
>
> > >
> > > java.lang.UnsupportedClassVersionError:
> > > uk/co/weft/maybeupload/MaybeUploadRequestWrapper (Unsupported
> > > major.minor version 47.0)
> > > at java.lang.ClassLoader.defineClass0(Native Method)
> > > at java.lang.ClassLoader.defineClass(ClassLoader.java:442)
> > > ...
> > >
> > > Berin, the log says you modified it from the released version. Can you
> > > check this ?
> > >
> > > Thanks.
> > > --
> > > Sylvain Wallez
> > > Anyware Technologies - http://www.anyware-tech.com
> > >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> For additional commands, email: cocoon-dev-help@xml.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org
|