2020-08-24 08:00 PM
When I install the STM32CubeMX in Windows 10 it prompts requiring Java 1.8.0_45(64-bit), in fact there is Java 1.8.0_261_b12 in my computer and my computer is 64_bit but it can't recognize.
Solved! Go to Solution.
2020-08-25 05:51 AM
Can you please follow theses steps:
1- Remove you current JRE from Windows
2- Download the JRE 64-bit (Offline installer package), through this link
3- Install STM32CubeMX
I'm waiting for your feedback,
Aymen.
2020-08-24 09:09 PM
It may be seeing a different Java installation. What is the exact output of "java -version" from the command line?
2020-08-25 12:44 AM
JAVA_VERSION="1.8.0_261"
OS_NAME="Windows"
OS_VERSION="5.1"
OS_ARCH="i586"
SOURCE=" .:148386d4b327 corba:7bba472d7452 deploy:3bc2e14623db hotspot:1a97f34cea08 hotspot/make/closed:e11b6693ad95 hotspot/src/closed:21fdb178e79d install:df9a079c476a jaxp:0741fb08db6d jaxws:62a7981fdbd8 jdk:cd33dd84ca12 jdk/make/closed:c0061afa7a2a jdk/src/closed:9fe66686fb70 langtools:dc513ee0a27c nashorn:be9a82e37fea"
BUILD_TYPE="commercial"
2020-08-25 12:50 AM
Hi @AXu.1 ,
According to your "java -version", the installed JRE is 32-bit.
Can you please uninstall the actual JRE and re install new JRE 64-bit?
Regards,
Aymen.
2020-08-25 02:44 AM
2020-08-25 02:46 AM
2020-08-25 02:46 AM
2020-08-25 02:47 AM
2020-08-25 05:51 AM
Can you please follow theses steps:
1- Remove you current JRE from Windows
2- Download the JRE 64-bit (Offline installer package), through this link
3- Install STM32CubeMX
I'm waiting for your feedback,
Aymen.
2020-08-25 01:44 PM
Hi! Aymen,
I've installed ST32CubeMX successfully based on your link. This Java works.
Now www.st.com web site also works regularly.
Thanks for your support.
Regards,
Adam