2019-06-28 06:14 AM
STM32Cube Prog does not work on ubuntu 18.04
Appears to install the openjfx package. Which is already installed
in the java package 11.03
2019-07-02 03:01 PM
I have the same problem (and many other people) with ubuntu 19.04. The STMCubeProgrammer software has a flaw and it already cost me a lot of time trying to figure out what is happening than could be better spend on developing with the STM32MP1 :-(.
Also see this post that points to the real problem:
`https://askubuntu.com/questions/1153142/openjdk-detected-after-uninstall`
SO PLEASE ST SOLVE THIS PROBLEM ASAP.
2019-08-10 08:19 AM
Same here. Linux, the red-headed step child
Fix the damn thing or don't release it.
2019-08-19 07:35 PM
same issue here.
2019-08-20 06:20 AM
I solved this problem by the following steps:
sudo update-alternatives --config java
java --module-path /usr/share/openjfx/lib --add-modules=javafx.base,javafx.controls,javafx.fxml,javafx.graphics,javafx.media,javafx.swing,javafx.web
after those steps, I opened the eclipse app, I am not sure was this action fixed anything.
anyway, the stm32cubeprog suddenly worked!
my system config: ubuntu 18.04 lst, openjdk-8, openjdk-11, stm32cubeprog 2.1.0
2019-08-20 06:13 PM
Didn't work for me but glad you got it going. I am using the command Line interface option that ST has, that is working.
2020-03-01 09:40 PM
@MJiao its working for me on Mac (in Virtual Machine) using the following commands. Thank You.