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
