Loading...
 
Skip to main content

System Workbench for STM32


Re: Working example Project!?

Hi,

this sounds strange 😑
This error - at org.eclipse.cdt.utils.spawner.Spawner.exec(Spawner.java:349) - means that there is a problem when a Java application tries to create a native process on the tharget host (your PC).

But I don't have other ideas in this moment.

Regads,
Stefano

Hi stefano

Thanks for yor replyes and patience.
I found the problem.
it was the name of the folder!
this is the original path:

D:\Electronics&Computers\Electronics\Projects\OpenSTM32_Projects

the "&" was the problem.so i replace it:

D:\Electronics_Computers\Electronics\Projects\OpenSTM32_Projects

and the problem solved 😊

Thanks and sorry for the trouble

Sasha