2017-07-22 08:38 PM
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-install2017-07-22 10:04 PM
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.
2017-07-23 12:21 AM
Thank You very match, Markus.