I completely agree with your Big Red&Bold statement. The solution for your problem is either: (a) get the backport lib from http://dcl.mathcs.emory.edu/util/backport-util-concurrent/ (b) do a search/replace on the files in the source for " edu.emory.mathcs.backport." and replace with nothing. This will only work for Java 1.5 (!)
The backport library is used to give Java 1.4 the concurrent API introduced in 1.5. At the moment Mina is still supporting Java 1.4 (will change in the near future) and requires this library. If you're on 1.5 and don't need the 1.4 support, try option (b). Jeroen Brattinga 2006/10/27, Eero Nevalainen <[EMAIL PROTECTED]>:
Ok guys, First of all the MINA architecture looks great so far. Can't wait to use it. Second: How the f*ck is anyone supposed to get started? I can understand that tutorials are out of sync (should be marked Big Red&Bold), but now I get this: Exception in thread "main" java.lang.NoClassDefFoundError: edu/emory/mathcs/backport/java/util/concurrent/Executor And the statement I'm trying to invoke is IoAcceptor acceptor = new SocketAcceptor(); which was the first line of code in like half of the examples. Not very encouraging. Also I wasn't able to find anything about this with a reasonable effort. PS. I'm using java version 1.5.0_06. -Eero Nevalainen, Indagon
-- Jeroen Brattinga
