Hi BL,
thank you for confirmation. Please follow steps described by a FlexGUI developer below and see if it helps.
DESCRIPTION
FlexGUI launch script preferably uses JAVA_HOME to find executable called "javaw". If JAVA_HOME is not defined, script still looks for "javaw" in system variable called "Path". Since it is valid to have several instances of Java on single OS, it is not guaranteed that entry in "Path" leads to desired Java instance, thus it is better to explicitly define JAVA_HOME instead.
Please follow steps below in order to make it work.
Setting the JAVA_HOME Variable in Windows - Atlassian Documentation
anon-696f160ab2cb, as a path for JAVA_HOME use "<C:\Program Files\Java\jre1.8.0_211>".
With Best Regards,
Jozef