This error shows up when the MicroEJ SDK doesn’t manage to find the dongle drivers. The most likely reason for this to occur is that there is an incompatibility in your environment setup.
Could you check the following things:
Is your OS 64 bits?
Is your installed version of the MicroEJ SDK v4.1.5 is 64 bits ? It can be easily checked by looking at its installation path:
C:\Program Files\MicroEJ is a 64 bits version
C:\Program Files (x86)\MicroEJ is a 32 bits version
Is your installed version of Java SE is 64 bits ?
Are you using both a 32 bits and a 64 bits version of Java on your system ?
Let me know if you have any troubles checking those things.
Yes, this works now, the platform build is OK.
I’m curious to understand what could I’ve done in the past to get this situation. Do you have any idea ?
It can happen when the workspace is created with a certain version of MicroEJ SDK and used with an other version. The JRE path is set according to the JRE witch executes Eclipse when the workspace is created.
In your case, your workspace may have been created / duplicated from a 64 bits version.