We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbaf4cf commit 3a9f142Copy full SHA for 3a9f142
1 file changed
src/ColorMC.Core/Helpers/JavaHelper.cs
@@ -292,14 +292,6 @@ await Task.Run(() =>
292
list.Add(info);
293
}
294
295
- foreach (var item in GetAdoptiumJavaInstallPath(@"SOFTWARE\Eclipse Adoptium\JDK\"))
296
- {
297
- var info = GetJavaInfo(Path.Combine(item, "bin", "javaw.exe"));
298
- if (info != null)
299
300
- list.Add(info);
301
- }
302
303
foreach (var item in GetZuluJavaInstallPath(@"SOFTWARE\Azul Systems\Zulu\"))
304
{
305
var info = GetJavaInfo(Path.Combine(item, "bin", "javaw.exe"));
0 commit comments