Skip to main content
JJohn.15
Visitor II
September 24, 2019
Question

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!

  • September 24, 2019
  • 1 reply
  • 585 views

..

This topic has been closed for replies.

1 reply

ABulg.329
Visitor II
October 22, 2019

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