We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b128398 commit 134f5a2Copy full SHA for 134f5a2
1 file changed
SetupWindow.axaml.cs
@@ -199,7 +199,7 @@ private async void FindJava()
199
foreach (var java in javas)
200
{
201
Process jcheck = new Process();
202
- jcheck.StartInfo.FileName = "java";
+ jcheck.StartInfo.FileName = java;
203
jcheck.StartInfo.Arguments = "-fullversion";
204
jcheck.StartInfo.UseShellExecute = false;
205
jcheck.StartInfo.RedirectStandardError = true;
0 commit comments