How to install and run STM32CubeProgrammer on MacOS 13.4 Ventura?
MacOS has evolved out from under the STM32CubeProgrammer for Mac installation process again. This issue was dealt with for an earlier version of macOS. Looking at this earlier posting, I was able to install the Programmer app from the command line, but with two issues:
- At the end of the installation process, I get an error message that the "jre" file couldn't be found.
- The installed app quits immediately without opening a window.
FYI, here's the version of JRE I have installed:
% java -version
openjdk version "20.0.1" 2023-04-18
OpenJDK Runtime Environment Temurin-20.0.1+9 (build 20.0.1+9)
OpenJDK 64-Bit Server VM Temurin-20.0.1+9 (build 20.0.1+9, mixed mode, sharing)
% I presume the current installation procedure will involve some variant of the earlier CLI process. Recommendations?
TIA
Mike