Check if installed jdk is 32 bit
2018-05-02 本文已影响2人
JaedenKil
In terminal, input java -d64 version
If output contains:
Error: This Java instance does not support a 64-bit JVM.
Then the installed jdk is 32 bit.
This works both on Windows and Ubuntu.