Hi, Since our original project is on the jdk1.4, now we plan to introduce memcached as the cache layer .
but under the jdk1.4, the Eclpise reports the errors. "The type java.util.concurrent.Future cannot be resolved. It is indirectly referenced from required .class files" I tried backport-util-concurrent, but it doesn't help, since it has difference package name as the java.util.concurrent. Help? Thanks -roadt
