Exported application.windows64 isn't very 64
in
Integration and Hardware
•
2 years ago
It appears that the supposed 64-bit launcher that Processing 1.5 generates does not, in fact, pick up the 64-bit JRE but the 32-bit one instead. (Yes, I have both installed.) This presents a problem when using native libraries such as jogl because the exporter correctly copies 64-bit DLLs which, of course, fail to load into the 32-bit JRE :)
(Actually, 32- and 64-bit launchers appear to be identical byte-to-byte, so no wonder they both start the 32-bit version.)
In any case, Processing itself successfully picks up the 64-bit JRE, so it appears feasible for the sketch launcher to do so as well, at least in theory.
(Actually, 32- and 64-bit launchers appear to be identical byte-to-byte, so no wonder they both start the 32-bit version.)
In any case, Processing itself successfully picks up the 64-bit JRE, so it appears feasible for the sketch launcher to do so as well, at least in theory.
1