Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit 8d2a89b

Browse files
Mpdreamzrusscam
authored andcommitted
JavaVersionChecker lives in a different jar (#219)
This commit updates the java class string name used to find the Java Version Checker tool. Relates: elastic/elasticsearch#30708
1 parent 6f396cb commit 8d2a89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProcessHosts/Elastic.ProcessHosts/Elasticsearch/Process/ElasticsearchTool.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public bool Start(string[] arguments, TimeSpan timeout, out string output)
131131

132132
public static ElasticsearchTool JavaVersionChecker =>
133133
new ElasticsearchTool(
134-
"org.elasticsearch.tools.launchers.JavaVersionChecker",
134+
"org.elasticsearch.tools.java_version_checker.JavaVersionChecker",
135135
JavaConfiguration.Default,
136136
ElasticsearchEnvironmentConfiguration.Default,
137137
new FileSystem());

0 commit comments

Comments
 (0)