Spymemcached-2.8.2-javadocs.jar which is referenced by the classpath, does not exist

Hi,
The problem occurred when i ran my lab. I am new to Couchbase and does not know what to do.
The archive: C:/…/Couchbase-Java-Client-1.0.3/spymemcached-2.8.2-javadocs.jar which is referenced by the classpath, does not exist.

@lwei_usnj if you are new to couchbase please pick up the 2.3.x SDK and not 1.x (which uses spymemcached)

If you must use 1.x for some reason please use the latest 1.4.x!

@daschl Your suggestion works! I went to https://www.versioneye.com/java/com.couchbase.client:java-client/2.3.1 and download three files (Java-Client-2,3,1.javadoc.jar, Java-Client-2.3.1.source.jar and Java-Client-2.3.1.jar) and then rerun my program, it work! I appreciate your help!

1 Like