Error "CubeProgrammer_API or one of its dependencies is missing" with Programmer version 2.4.0
I have checked the java version (which I have in the PATH as C:\Program Files\Java\jre1.8.0_201\bin):
C:\windows\system32>java -version
java version "1.8.0_201"
Java(TM) SE Runtime Environment (build 1.8.0_201-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode)
C:\windows\system32>set | findstr JRE
JRE_HOME=C:\Program Files\Java\jre1.8.0_201
I noticed CubeProgrammer_API.dll is a 64-bit compiled with gcc 8.2.0 (MSys2) and STM32CubeProgrammer.exe is a 32-bit compiled with MinGW
I have succesfully used the CLI version for interfacing with my ST-LinkV3 but I really would prefer to use the GUI.
Thank you
