STM32PackCreator - JavaFX not found
Hello,
I am not able to launch STM32PackCreator 3.1.0. The program shows "JavaFX not found" on start. I have already tried multiple versions of JDK on Manjaro Linux and Windows 10 without any success.
Tested Java JDK versions on Manjaro Linux:
- Amazon Corretto 11
- OpenJDK 15
- OpenJDK 11
- OpenJDK 8
- Oracle JDK 15
- Oracle JDK 8
Installed Java SDK versions on Windows 10:
- Oracle JDK 15.0.2
- Oracle JDK 8
Console output Manjaro Linux:
# java -jar STM32PackCreator.exe
0 [main] DEBUG com.st.configurator.Main - log4j user configuration file not found: /home/pbolte/.configurator/log4j.properties
1 [main] DEBUG com.st.configurator.Main - Configure log4j with default settings from jar:file:/opt/stm32cubemx/utilities/STM32PackCreator/STM32PackCreator.exe!/log4j/log4j.configurator.properties
2021-01-21 08:40:29,621 [INFO] Main:137 - Starting Pack Creator
2021-01-21 08:40:29,622 [INFO] Main:128 - Detected JVM Path = /usr/lib/jvm/java-11-amazon-corretto/bin/
2021-01-21 08:40:29,622 [INFO] Main:60 - Detected Java Version = 11.0.9.1
2021-01-21 08:40:29,624 [ERROR] Main:115 - Error while searching JavaFx: com.sun.javafx.runtime.VersionInfo
2021-01-21 08:40:29,624 [ERROR] Main:144 - JavaFX not found or invalid version.Console output Windows 10:
# java -jar STM32PackCreator.exe
0 [main] DEBUG com.st.configurator.Main - log4j user configuration file not found: C:\Users\pbolte/.configurator/log4j.properties
1 [main] DEBUG com.st.configurator.Main - Configure log4j with default settings from jar:file:/C:/Program%20Files%20(x86)/STMicroelectronics/STM32Cube/STM32CubeMX/utilities/STM32PackCreator/STM32PackCreator.jar!/log4j/log4j.configurator.properties
2021-01-21 08:41:44,402 [INFO] Main:137 - Starting Pack Creator
2021-01-21 08:41:44,405 [INFO] Main:128 - Detected JVM Path = C:\Program Files\Java\jdk-15.0.2\bin\
2021-01-21 08:41:44,406 [INFO] Main:60 - Detected Java Version = 15.0.2
2021-01-21 08:41:44,407 [ERROR] Main:115 - Error while searching JavaFx: com.sun.javafx.runtime.VersionInfo
2021-01-21 08:41:44,408 [ERROR] Main:144 - JavaFX not found or invalid version.Do you have any suggetions what to try next?
Regards,
Philipp Bolte
