2021-04-26 02:35 AM
Hello,
I'm trying to import a project in STM32CubeIde. Each time I have the following error from the Java Virtual Machine Launcher:
"Error: Unable to access jarfile C:\Program"
I have the same error when directly trying to launch STM32CubeIDE (projet importerà.exe in CubeIDE subdirectory.
STM32CubeIde works properly!
I already uninstall/reinstall Java and CubeIde, whith no succes.
My configuration:
Any idea what is wrong here?
--edit--
same error when, after generating with CubeMX, I select "Open Project"
Thank you
Antoine
Solved! Go to Solution.
2021-04-26 05:50 AM
Hi Antoine,
You're facing a regression introduced in 1.6.0 when STM32CubeIDE is installed into a path containing spaces (Program Files).
Waiting for 1.7.0 I suggest you to reinstall the tool at the default location.
2021-04-26 05:50 AM
Hi Antoine,
You're facing a regression introduced in 1.6.0 when STM32CubeIDE is installed into a path containing spaces (Program Files).
Waiting for 1.7.0 I suggest you to reinstall the tool at the default location.
2021-04-26 08:07 AM
Hi Julien.
Thank you. Reinstallation indeed solve the problem.
Antoine