Skip to main content
Associate III
July 23, 2017
Question

Problems of istallation STM32CubeMX on Ubuntu 16.04.2 LTS

  • July 23, 2017
  • 1 reply
  • 556 views
Posted on July 23, 2017 at 05:38

Hello anybody.

I have one problem. File SetupSTM32CubeMX-4.22.0.linux do not start to execute any way. Previously I has used it on Netrunner 17 without any problems. Please tell me how to fix this. Thank you in advance.

#ubuntu #stm32cubemx #stm32cubemx-install
This topic has been closed for replies.

1 reply

markus239955_stm1_stmicro_com
Senior
July 23, 2017
Posted on July 23, 2017 at 07:04

Did you install Oracle Java 8 in advance ? Check with java -version in a terminal.

It should look like this:

java -version

java version '1.8.0_131'

Java(TM) SE Runtime Environment (build 1.8.0_131-b11)

Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)

Did you unzip the whole en.stm32cubemx4-22.zip and made the files

executable with chmod 777 *.* ?

I am using Ubuntu 16.4 with no problems.

Best regards,

Markus.

Associate III
July 23, 2017
Posted on July 23, 2017 at 07:21

Thank You very match, Markus.