Elasticsearch installation : Error missing 'server' JVM at …jvm.dll

前端 未结 6 1443
旧时难觅i
旧时难觅i 2021-02-04 12:39

After having downloaded elasticsearch and unzipped it following the steps in this link:

Install Elastic Search on Windows

I am receiving the following error:

6条回答
  •  抹茶落季
    2021-02-04 12:48

    Quick (hack) alternative:

    1. Copy jdk1.8.0_131\bin\client to jdk1.8.0_131\bin\server
    2. If necessary, configure Elasticsearch JVM heap size in config/jvm.options

提交回复
热议问题