下载了elasticsearch并按照此链接中的步骤解压缩后:
我收到以下错误:
Error: missing 'server' JVM at 'C:\Program Files (x86)\Java\jre1.8.0_131\bin\server\jvm.dll'.
Please install or use the JRE or JDK that contains these missing components.
Run Code Online (Sandbox Code Playgroud)
注意:我还必须按照此解决方案的建议安装JDK8
我应该更改.config文件中的内容吗?也许这一行?
# force the server VM (remove on 32-bit client JVMs)
-server
Run Code Online (Sandbox Code Playgroud)