如何查看JDK是多少位的

You can try on the command line:java


java -d64 -version

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

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

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

java -d32-version