Attempting install on MacOS, installed Java as instructed, open install app and it says to install java but I already have installed java. What I am missing? Thank You!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-09-24 4:01 AM
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-10-22 5:09 AM
use this command on terminal:
xattr -c SetupSTM32CubeProgrammer-x.x.x.app
(replace x.x.x with the correct version)
Now you can double click on the app and launch the installer.
To launch the installed app you need java 1.8 version and then on terminal use this command:
JAVA_HOME=$(/System/Library/Frameworks/JavaVM.framework/Versions/A/Commands/java_home -v "1.8") /Applications/STMicroelectronics/STM32Cube/STM32CubeProgrammer/STM32CubeProgrammer.app/Contents/MacOs/bin/STM32CubeProgrammer
These are the default paths for both java and STM32CubeProgrammer
