Bohdan V.
Bohdan V.

Reputation: 141

How to fix error when install elasticsearch7.7.0 on Windows 10

I am trying to install Elasticsearch on windows 10. I got zip file in https://www.elastic.co/downloads/past-releases/elasticsearch-7-6-0.

And I run command in terminal as following: enter image description here I need your help. Thanks.

Upvotes: 0

Views: 217

Answers (1)

Shiba Y.
Shiba Y.

Reputation: 89

You must install Java 16 for Elasticsearch-7.6.0. https://www.techspot.com/downloads/7407-java-se-16.html.

And Then download elasticsearch7.6.0 https://www.elastic.co/downloads/past-releases/elasticsearch-7-6-0. Run Command in source directory.

.\bin\elasticsearch.bat

Upvotes: 3

Related Questions