Skip to content

Commit d2b1563

Browse files
committed
JVM name should be lower case
1 parent b435a2d commit d2b1563

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

core/src/com/biglybt/platform/PlatformManagerBase.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class
3939
!lc_vendor.startsWith( "oracle " ) &&
4040
!lc_vendor.contains( "openjdk" ) &&
4141
!lc_vendor.startsWith( "azul ") &&
42-
!lc_vendor.startsWith( "Eclipse Adoptium" )){
42+
!lc_vendor.startsWith( "eclipse adoptium" )){
4343

4444
throw( new PlatformManagerException(
4545
MessageText.getString(

uis/lib/swt-win64-4967r8.jar

2.59 MB
Binary file not shown.

0 commit comments

Comments
 (0)