2025-05-29 8:34 AM
Continually get the error when I start prerelease 3.4.11 I am on a A Windows 10 PC
An error occurred while installing STM32Cube bundles: [adoptium-jre@>=17.0.14+7.st.6]. Some feature may not work as expected. Please check output channel logs.
Solved! Go to Solution.
2025-06-26 5:41 AM
Good that your problem is resolved.
Other jre/jdk should not interfere with the one you installed as a cube bundle. The cube jre is not declared system wise, via the registry for example, it is like unpacking an archive somewhere on the disk. It is safe to me to install back a jre at system level to get your other application working again.
2025-11-04 2:38 AM
I just ran into the same / a similar (?) problem, I fixed it by deleting the adoptium-jre folder and retrying the installation, maybe this helps someone else too:
1. I turned off Visual Studio Code
2. Just to be sure I made a backup copy of the folder: "C:\Users\[USERNAME]\AppData\Local\stm32cube\bundles\adoptium-jre\"
3. Then I deleted the "adoptium-jre" folder and restarted Visual Studio Code
4. After a few seconds I was asked if I want to install the extension, I clicked yes. This time the installation worked for me...