possible to force a 64-bit JVM to use 32-bit mode via the argument “-d32”?

前端 未结 3 1231
长发绾君心
长发绾君心 2020-12-14 09:57

so I have some 3rd party native library that works only in 32 bit JVM across windows,osx,linux and I need to always enforce the java application to run in 32 bit JVM mode.

3条回答
提交回复
热议问题