Where do I find what the system architecture version is set to?

Answered

Upgraded to 2024.2 and receiving "The JDK and system architectures do not match. Builds can be much slower as a consequence."

Where do I find what the system architecture version is set to?
 

1
2 comments
Hello Foam,

This warning is newly added to 2024.2, which is caused by scenarios where incorrect-chip-based JDK is used. For example, intel JDK is downloaded and used in Apple silicon Macs.
If you are using ARM Chips like Apple silicon, please download the JDK with a tag "aarch64" https://www.xda-developers.com/aarch64/
2

Thanks Jerome! I switched to aarch jdk. My project builds faster now!

1

Please sign in to leave a comment.