Skip to content

Commit 3949291

Browse files
authored
Update JourneyLoader.java
1 parent 68c1c64 commit 3949291

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/codebrig/journey/JourneyLoader.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ public static void setup() throws RuntimeException {
7878
if (is64bit) {
7979
providerName = "windows_64";
8080
jcefName = "win64";
81-
JOURNEY_LOADER_LISTENER.determinedOS("windows", 32);
81+
JOURNEY_LOADER_LISTENER.determinedOS("windows", 64);
8282
} else {
8383
providerName = "windows_32";
8484
jcefName = "win32";
85-
JOURNEY_LOADER_LISTENER.determinedOS("windows", 64);
85+
JOURNEY_LOADER_LISTENER.determinedOS("windows", 32);
8686
}
8787
} else if (osName.toLowerCase().startsWith("linux")) {
8888
providerName = "linux_64";

0 commit comments

Comments
 (0)