Skip to content

Commit 3a9f142

Browse files
committed
Update JavaHelper.cs
1 parent fbaf4cf commit 3a9f142

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/ColorMC.Core/Helpers/JavaHelper.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -292,14 +292,6 @@ await Task.Run(() =>
292292
list.Add(info);
293293
}
294294
}
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-
}
303295
foreach (var item in GetZuluJavaInstallPath(@"SOFTWARE\Azul Systems\Zulu\"))
304296
{
305297
var info = GetJavaInfo(Path.Combine(item, "bin", "javaw.exe"));

0 commit comments

Comments
 (0)