Hi there
Getting this error when starting ES 5.4.1 via CMD:
C:\elasticsearch-5_4_1\bin>elasticsearch.bat
Error: Could not find or load main class org.elasticsearch.bootstrap.Elasticsearch
Setup:
Download and Setup JAVA (jdk-8u131-windows-x64.exe)
Set JAVA_HOME to JDK install DIR (C:\java\jdk1_8_0_131)
Downloas latest ES (elasticsearch-5.4.1.zip)
Unzip to C:\elasticsearch-5_4_1
Try to start > C:\elasticsearch-5_4_1\bin>elasticsearch.bat
Thanks for your help!