2021-02-04 01:32 AM
Cube version: 6.1.1
Java: Oracle SE 15.0.2 (64bit)
Toolchain: MDK-ARM V5
Part: STM32L011F4U
When I create an empty project and press generate, the generation fails. First I get a empty dialog screen:
And then an error:
Is this a bug?
Solved! Go to Solution.
2021-02-04 01:47 AM
Hello @allard ,
Thank you for your question,
In fact, The minimum JRE version required by CubeMX is 1.8_45 and the version 11 is supported. For the versions 7, 9, 10, 12 and upper are not supported (which is your case).
So you need to change your JRE version first, then problem will disappear.
Hope my answer helped you, when your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster, Khouloud
2021-02-04 01:47 AM
Hello @allard ,
Thank you for your question,
In fact, The minimum JRE version required by CubeMX is 1.8_45 and the version 11 is supported. For the versions 7, 9, 10, 12 and upper are not supported (which is your case).
So you need to change your JRE version first, then problem will disappear.
Hope my answer helped you, when your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster, Khouloud
2021-02-04 02:11 AM
The Amazon JRE v11 seems to work. Java is dead with all these different versions, please port the application to a proper language.