Creating Firmware From Scratch - License Failure in Creating BSP Connection

I am working through the tutorial to Create a MicroEJ Firmware from Scratch: https://docs.microej.com/en/latest/Tutorials/tutorialCreateFirmwareFromScratch.html. I was able to get through most of the section Configure BSP Connection in MicroEJ Application, but for Step 7, the tutorial shows success in building the HelloWorld MicroEJ Application and deployed in the FreeRTOS BSP. I get the following error:

=============== [ Initialization Stage ] ===============
Platform connected to BSP location 'C:\Users\<user>\src\tuto-from-scratch\FreeRTOS\FreeRTOS\Demo\CORTEX_LM3S811_GCC' using application option 'deploy.bsp.root.dir'.
[INFO ] Launching in Evaluation mode. Your UID is F546************.
=============== [ Launching SOAR ] ===============
1 : SOAR ERROR
	[M65] - License check failed [tampered (3)].

FAIL
Soar image generation aborted.

I am using an evaluation license for this process.

Thanks,
Gerry

Hello Gerry,

This error occurs with JDK versions more recent than 8u351.

You can find more details and workarounds here License check fail workaround on MicroEJ SDK with JDK version 8u351.

Hope it helps,

Corentin

The workaround that you listed worked great!

Thanks,
Gerry

1 Like