Question
STM32CubeIDE Fails to load/start JRE (macOS (Intel))
Everything worked just fine, then suddenly my STM32CubeIDE stopped working.
cd /Applications/STM32CubeIDE.app/Contents/MacOS
./STM32CubeIDE
I get the following error:
No Java virtual machine was found after searching the following locations:
../Eclipse/plugins/com.st.stm32cube.ide.jre.macos64_2.3.0.202207290817/jre/Contents/Home/binThe above folder doesn't exist, but the following does:
../Eclipse/plugins/com.st.stm32cube.ide.jre.macos64_2.4.100.202301160955/jre/Contents/Home/bin
How do I properly change which JRE STM32CubeIDE is using ???
I guess I could create a symlink as temporary patch but I'd rather understand what happened and properly fix the issue.
