2007-03-05 (월), 15:48 -0500, Mark Webb 쓰시길: > you either do not have this line in your java file: > import edu.emory.mathcs.backport.java.util.concurrent.Executors; > > or you do not have this in your classpath: > http://dcl.mathcs.emory.edu/util/backport-util-concurrent/ > > > On 3/5/07, mat <[EMAIL PROTECTED]> wrote: > > > > connector.getFilterChain().addLast("threadPool", new ExecutorFilter( > > Executors.newCachedThreadPool())); > > This syntax doesn't compile on my eclipse. i am using mina 1.0.2
As Mark addressed, You might already have imported java.util.concurrent.*. Please remove the import statements and try to optimize imports again and choose edu.emory.*. HTH, Trustin -- what we call human nature is actually human habit -- http://gleamynode.net/ -- PGP Key ID: 0x0255ECA6
signature.asc
Description: This is a digitally signed message part
