cancel
Showing results for 
Search instead for 
Did you mean: 

CubeMX install on Mac Sierra

Sebastian G.
Associate II
Posted on December 06, 2016 at 09:52

I am trying to install CubeMX 4.18.0 on my Mac (Sierra), opening the installer appears to do nothing, if launched via spotlight i get a warning stating unable to open the programm.

#cubemx #macos #sierra
13 REPLIES 13
David Figueiredo
Associate
Posted on February 08, 2018 at 23:18

The biggest problem people have is they confuse the java runtime with JDK. You need to install the latest Java Development Kit. Then you can run the installer. Straight from the zip with a double-click. Really it works.

john doe
Lead
Posted on February 09, 2018 at 04:48

use the java -jar command on the .exe since the mac installer is broken [no, they dont test anything.  if it builds without failing they release it regardless of how bad it is, and wont patch show stopper bugs. they just wait until the next release cycle and maybe your bug will be fixed.  dont count on it.]

don't use sudo because you don't want this stuff in your Applications folder anyway.  put it in Developer where your Xcode stuff is.

Posted on February 15, 2018 at 12:09

Consider yourself lucky! Double-click has never worked for me, even with the right JDK. Executing 

SetupSTM32CubeMX-4.22.0.app/Contents/MacOs

/SetupSTM32CubeMX-4_22_0_macos from the command line is what works for me.

Posted on May 27, 2018 at 15:32

Works for me, thanks Heath!