java -d64 -version

If it's not a 64-bit version, you'll get a message that looks like:

This Java instance does not support a 64-bit JVM. Please install the desired version.

Consult the help options of the JVM for more info java -help

 

java -d32 -version

相关文章:

  • 2021-12-08
  • 2021-11-24
  • 2022-01-25
  • 2021-12-07
  • 2022-12-23
  • 2021-06-23
  • 2021-12-09
猜你喜欢
  • 2021-09-11
  • 2022-02-04
  • 2021-07-19
  • 2021-12-04
  • 2022-02-19
相关资源
相似解决方案