How to run CubeProgrammer on Windows 10 with AdoptOpenJDK
I am using AdoptOpenJDK 11. CubeMX is running with this after installing it from the commandline but CubeProgrammer is not starting (complainding "This application requires a Java Runtime Environment 1.8.0 - 10.99.99").
When trying to start it from the commandline with
STM32CubeProgrammer\bin> java -jar .\STM32CubeProgrammer.exeit says "Main Class com.st.app.Main could not be found or loaded. Reason: java.lang.NoClassDefFoundError: javafx/application/Application"
Is there a way to run CubeProgrammer without Oracle's Java?
