BFergerson / Journey

JCEF-powered cross-platform web browser
Apache License 2.0
99 stars 26 forks source link

Fails to load with Windows 64-bit & 32-bit JVM #35

Open pisaiah opened 4 years ago

pisaiah commented 4 years ago

Using a 32-bit Java on 64-bit Windows results results in an dll link crash.

JourneyLoader.java only detects if the system is 64-bit. It should detect if both the system & Java Runtime is 64-bit.