Visitor II
August 7, 2021
Question
SetupSTM32CubeMX-6.3.0 packaged JRE broken on Fedora 34
- August 7, 2021
- 0 replies
- 577 views
I've attached the core log file.
I also have a workaround.
- sudo dnf install java-11-openjdk-1:11.0.12.0.7-0.fc34.x86_64
- delete the jre directory that's packaged with STM32CubeMX
- ln -s /usr/lib/jvm/java-11-openjdk-11.0.12.0.7-0.fc34.x86_64 jre
- Install the software according to the directions
specific versions may vary over time, but the general workaround approach should remain valid. With this I was able to successfully install and use STM32 without the installer crashing on me.
