> 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?
Spymemcached requires Java 1.5. I believe the Whalin client may still work for 1.4. http://www.whalin.com/memcached/
