cancel
Showing results for 
Search instead for 
Did you mean: 

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!

JJohn.15
Associate
 
1 REPLY 1
ABulg.329
Associate

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