Hello I am trying to open STM32CubeProgrammer on my Ubuntu system. Once I have installed the program, tried to open it and came up with this error:
You are using OpenJDK, Please install OpenJFX
Debian: sudo apt-get install openjfx
or install Oracle JRE
I ran the sudo apt-get install openjfx
but still the same problem.
Can somebody help me here? Thank you.
JAVAFX_HOME
environment variable maybe? https://askubuntu.com/a/1078414/367990 Or try to reboot or log out and back in, if the variable was already added during the installation, but not applied to your session yet. – Byte Commander Aug 23 '19 at 17:05