4

I'm trying to install STM32CubeProgrammer on MacOS BigSur, I have followed this steps from the website: https://community.st.com/s/question/0D50X0000BmnqrB/how-to-run-stm32cubeprogrammer-on-macos-catalina-10151-19b88?t=1620993010340. Although when I run the program with terminal, it gives me an error saying that I couldn't found jre folder. But when downloading from the website, it comes with the jre folder, SetupSTM32CubeProgrammer-2.7.0.exe and SetupSTM32CubeProgrammer-2.7.0.app.
This is the error line:

JRE Folder not found!

jre not found

glts
  • 21,808
  • 12
  • 73
  • 94

1 Answers1

8

macOS GUI setup doesn't work, although seems it can be executed via packaged console executable. Use appropriate version for the command:

./SetupSTM32CubeProgrammerx.y.z.app/Contents/MacOs/SetupSTM32CubeProgrammer-x_y_z_macos

Source: ST Community

Alfishe
  • 3,430
  • 1
  • 25
  • 19