This looks like some classes are compiled with one JDK which is not compatible to the one you are using for compilation. I would recommend building from sources...
Oliver On Tue, 23 Nov 2004 12:39:16 -0500, Jane [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, Oliver, > > Thanks a lot for your help. I deleted file > org.apache.slide.store.MacroStore. Modified build.properties. Recompiled. > Got a java.lang.UnsupportedClassVersionError. (Please see below). What does > this mean? > > thanks, > > Jane > > ================================= > > build: > > [echo] Building WCK > > [javac] Compiling 14 source files to > D:\eclipse\workspace\webdav\build\classes > > BUILD FAILED: java.lang.UnsupportedClassVersionError: > com/sun/tools/javac/Main (Unsupported major.minor version 49.0) > > Total time: 781 milliseconds > > > > ----- Original Message ----- > From: "Oliver Zeigermann" <[EMAIL PROTECTED]> > To: "Slide Users Mailing List" <[EMAIL PROTECTED]> > Sent: Tuesday, November 23, 2004 10:55 AM > Subject: Re: Can not find File org.apache.slide.store.MacroStore, Please > help > > > If you are compiling against 2.1 and not CVS HEAD you will have to > > adjust build.properties and comment out > > > > supports.macro.store > > > > as this is not supported in 2.1. > > > > Oliver > > > > > > On Mon, 22 Nov 2004 22:52:04 -0500, Jane [EMAIL PROTECTED] > > <[EMAIL PROTECTED]> wrote: > > > Hi, > > > I downloaded WCK from CVS and included all the jars required by > build.xml. However, there is a file org.apache.slide.store.MacroStore > imported in WebdavStoreMacroAdapter.java > > > I just can not find. > > > > > > Can anyone point out where I can find this file? > > > ( It also complained about 12 unimplemented files in > WebdavStoreMacroAdapter.java ) > > > I am trying to add WebDav API onto my file Management system. > > > > > > Thanks, > > > > > > Utterly frustrated Jane > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
