cancel
Showing results for 
Search instead for 
Did you mean: 

What Linux distributions and Java versions are supported for STM32CubeProgrammer

CWest.1
Associate

As I'm getting various problems such as missing dependencies on JavaFX and Exceptions when using OpenJFX for a verity of Java versions and Linux distributions.

So far I've tried different Java versions on all of the following, Ubuntu (19.10, 18.04 LTS, 16.04 LTS) and Fedora 31 with no luck so it would be good to know what's supported on the download page.

1 REPLY 1
AGarf.1
Associate II

You will need the Oracle JDK8 that they now force you to register for (and eventually pay I'm sure) as it's now EOL. You need a JDK that still has JavaFX included.

https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

I had exact same issue using Linux and MacOS, I resolved it by getting the JDK8 from Oracle directly that had JavaFX still in it.

Hope that helps.

-A.