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

前端 未结 3 1228
长发绾君心
长发绾君心 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条回答
  •  情歌与酒
    2020-12-14 10:42

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

    As there is no such argument to the java command, the answer is obviously 'no'.

提交回复
热议问题