如何查看JDK是多少位的

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
原文地址:https://www.cnblogs.com/Fooo/p/15677126.html