Reputation: 2558
I have deployed a JavaFX Application using JLink to generate a .msi
installer.
However, I just now learned that this app won't work on a 32 bit machine, since it's runtime uses Java 14, which is 64 bit. Unfortunately, Oracle stopped releasing 32 bit Java images since Java 9. I really don't want to port my app back to Java 8, since it's a modular project and modules were released in Java 9, besides lots of other stuff I'd have to change.
Is there any workaround for this problem?
Upvotes: 0
Views: 43