On Tue, Mar 11, 2003 at 01:38:07PM +0100, Stephan Michels wrote:
> 
> 
> On Tue, 11 Mar 2003, Marcus Crafter wrote:
> 
> > Hi Alexander,
> >
> > On Tue, Mar 11, 2003 at 11:54:46AM +0100, Alexander Enns wrote:
> > >
> > > Java 1.3.1
> > > ...
> > >
> > > java.lang.UnsupportedClassVersionError: org/apache/cocoon/www/test_xsp
> > >  (Unsupported major.minor version 48.0)
> >
> >     I suspect the XSP files have been compiled using jdk 1.4.x and
> >     you're attempting to run them using jdk 1.3.1. Could that be the
> >     case ?
> >
> >     I'd clean out your work directory (ie. remove the xsp class files)
> >     and see then if the problem persists.
> 
> I got the same exception, but I doesn't use a 1.4 jdk. Can it be that
> we currently using a XSP compiler, which targets at 1.4?

        Could be. The default XSP compiler was changed recently from javac
        to Eclipse.
        
        There's no chance that the XSP pages were compiled with jdk 1.4
        sometime in the past and are left over in your work directory ?
        (it's happened to me :) )

        If not, can you perform your same test using the Javac compiler
        (the settings can be modified in your cocoon.xconf), and report
        back your results ?
        
        Thanks! Cheers,
        
        Marcus

-- 
        .....
     ,,$$$$$$$$$,      Marcus Crafter
    ;$'      '$$$$:    Computer Systems Engineer
    $:         $$$$:   ManageSoft GmbH
     $       o_)$$$:   82-84 Mainzer Landstrasse
     ;$,    _/\ &&:'   60327 Frankfurt Germany
       '     /( &&&
           \_&&&&'
          &&&&.
    &&&&&&&:

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to