# Home directory of the demo tool TOOL_HOME= # Full path to the Java 11 location JAVA_CMD= # Dependent jar file locations TOOL_LIB=${TOOL_HOME}/lib JARS=${TOOL_LIB}/AmazonElastiCacheDemo.jar:${TOOL_LIB}/AmazonElastiCacheClusterClient-no-version.jar # Config file location for the demo tool TOOL_CONFIG=${TOOL_HOME}/config/Memcached_config.properties # Run the demo tool ${JAVA_CMD} -classpath ${JARS} -DCONFIG_FILE_NAME=${TOOL_CONFIG} com.amazonaws.elasticachedemo.MemcachedElastiCacheDemo