c# - how to set the path of a command -
i trying install elasticsearch plugin couchbase, , written in official installation guide, have this:
bin/plugin -install transport-couchbase -url \ http://packages.couchbase.com.s3.amazonaws.com/releases/elastic-search-adapter/2.0.0/elasticsearch-transport-couchbase-2.0.0.zip
however, keep getting error:
the system can't find specified path
i found error myself, was putting bin in java home path. when put java home path without bin, works
Comments
Post a Comment