| 4 | |
| 5 | == "Could not find Java on your computer"/"The JVM (...) is damaged" == |
| 6 | |
| 7 | Assuming you have actually got Java installed, the problem is probably that it is the wrong architecture. |
| 8 | |
| 9 | On Intel Macs you should be using the Intel version of Java. You can download Intel Java [[https://www.worldpainter.net/links/jre-mac-intel|here]]. |
| 10 | |
| 11 | On M1/M2 Macs you should be using the Arm version of Java. You can download Arm Java [[https://www.worldpainter.net/links/jre-mac-arm|here]]. |
| 12 | |
| 13 | You should always be using the version of Java installed in `Program Files` (not `Program Files (x86)`). On 64-bit Windows, 32-bit Java is installed in `Program Files (x86)`, and is the wrong version. |