Hello, thanks for your advice. I have downloaded this kind of
util-library. My application could work well.
I will wait for the next release of MINA (1.1 or 1.2...) :-).

Thanks & best regards,
Hieu Phan.

> -----Original Message-----
> From: Kok Hoor (Gmail) [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 11, 2006 6:22 PM
> To: [email protected]
> Subject: RE: [MINA 1.x] Exception in thread "AWT-EventQueue-0"
> java.lang.NoClassDefFoundError:
> edu/emory/mathcs/backport/java/util/concurrent/Executor
> 
> The backport-util-concurrent will work for both JDK1.4 and JDK1.5
> To use pure JDK1.5 without the backport, you will need to either amend
> mina
> src code, or wait for version 1.1 (or is it 1.2?)
> 
> Anyway, I am using backport-util-concurrent with JDK1.5, and it is
working
> fine.
> 
> Regards,
>     Kok Hoor
> 
> -----Original Message-----
> From: Hieu Phan Thanh [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 11, 2006 6:09 PM
> To: [email protected]
> Subject: RE: [MINA 1.x] Exception in thread "AWT-EventQueue-0"
> java.lang.NoClassDefFoundError:
> edu/emory/mathcs/backport/java/util/concurrent/Executor
> 
> Hi Jeroen,
> 
> > For Mina 1.x you'll need the concurrent backport library (
> > http://dcl.mathcs.emory.edu/util/backport-util-concurrent/). Or -if
> your
> > target platform is Java 1.5 and higer- you could change all
> > edu.emory.mathcs.backport.java.util.concurrent references to
> > java.util.concurrent (see another post in this mailing list for a
> simple
> > find/replace action).
> >
> You meant that mina-1.x just supports the Java 1.4.x, right?
> 
> I'm using the Java 1.5.x and I have to use the official build of MINA
> (could
> not use the SNAPSHOT build), so I wonder if you have any plan for
mina-1.x
> supports Java 1.5 (I mean that no need to use this kind of library
> anymore)?
> Please help to tell me.
> 
> Thanks & best regards,
> Hieu Phan.
> 
> > -----Original Message-----
> > From: Jeroen Brattinga [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, October 11, 2006 4:53 PM
> > To: [email protected]
> > Subject: Re: [MINA 1.x] Exception in thread "AWT-EventQueue-0"
> > java.lang.NoClassDefFoundError:
> > edu/emory/mathcs/backport/java/util/concurrent/Executor
> >
> > For Mina 1.x you'll need the concurrent backport library (
> > http://dcl.mathcs.emory.edu/util/backport-util-concurrent/). Or -if
> your
> > target platform is Java 1.5 and higer- you could change all
> > edu.emory.mathcs.backport.java.util.concurrent references to
> > java.util.concurrent (see another post in this mailing list for a
> simple
> > find/replace action).
> >
> >
> > Jeroen Brattinga
> >
> > 2006/10/11, Hieu Phan Thanh <[EMAIL PROTECTED]>:
> > >
> > > Hello,
> > > I'm very confusing. The first time I try to run the application
from
> > > mina 0.8.x to 1.x. The exception below is occurred.
> > > Could you please help me to solve the problem? Thank you so much.
> > >
> > >
> =====================================================================
> > > Exception in thread "AWT-EventQueue-0"
> java.lang.NoClassDefFoundError:
> > > edu/emory/mathcs/backport/java/util/concurrent/Executor
> > >         at
> > > <snip>
> > > =================================================================
> > >
> > > Thanks & best regards,
> > > Hieu Phan.
> > >
> > >
> > >
> >
> >
> > --
> > Jeroen Brattinga
> 


Reply via email to