Commit graph

6 commits

Author SHA1 Message Date
Andrea Selva
a8bd90c22d
Quotes java executable path in case it contains spaces (#13881)
Updates all Windows batch scripts used as CLI tools to quotes the %JAVACMD% to avoid path problems when the path contains spaces.
2022-03-14 18:17:38 +01:00
Andrea Selva
0084492494
Fix Logstash cli tools to use the selected JDK under Windows (#13839)
Some Logstash tools invokes directly the JRuby intepreter. The interpreter uses the JVM pointed by two environment variables:
- JAVACMD
- JAVA_HOME\bin\java.exe

The setup.bat script exported the selected JVM under the env var named JAVA, which isn't recognized by vendored jruby.
This commit fixes it renaming to JAVACMD.
2022-03-07 15:05:52 +01:00
André Letterer
e249b5d6b4
valid variable expansion for the batch files (#12912) 2021-07-31 01:25:12 +02:00
André Letterer
bcb789d803 Update benchmark.bat
Fixes #11754
2020-04-21 16:36:26 +00:00
André Letterer
eccb59903f Update benchmark.bat
Fixes #11754
2020-04-21 16:36:26 +00:00
André Letterer
902931cb85 tools convert to batch files (#11753)
Fixes #11754
2020-04-21 16:36:26 +00:00