I am following the solr quickstart tutorial, and I was unable to even make it halfway down the page before running into issues.
I downloaded the tarball here using wget, and then ran a tar -xvf on it.
I attempted the VERY first command...
bin/solr start -e cloud -noprompt
And get hit with the error
Error: Could not find or load main class org.apache.solr.util.SolrCLI
To be honest, this is quite frustrating. Java is not my forte, so I am unsure what to do here. I was hoping this would be pretty plug and play, but I suppose not.
I googled the error message, and found similar, but not the same, error messages. Please help.