Hi
in this step: Configure BSP Connection in MicroEJ Application
I followed all the steps in (Configure BSP Connection in MicroEJ Application) and I got the following error:
=============== [ Initialization Stage ] ===============
WARNING: This OS version (Windows 11) has not been tested at the time this package as been built… some functionnalities may not work.
Platform connected to BSP location ‘[absolute_path] to FreeRTOS\FreeRTOS\Demo\CORTEX_LM3S811_GCC’ using application option ‘deploy.bsp.root.dir’.
[INFO ] Launching in Evaluation mode. Your UID is 7833C00321BA47E8.
=============== [ Launching SOAR ] ===============
FAIL
Could not create type soarTask due to java.lang.ClassFormatError: Class name is empty or contains illegal character in descriptor in class file com/is2t/mowana/soar/product/C
I see that you are launching your application using Java 11 but you use an architecture 7.14.x. Java 11 is supported only with architecture 7.18.x and more and with MicroEJ SDK Dist. 22.06 and more.
You should either upgrade your architecture or use Java 8.
Here is how you can ensure that you are using the right Java version:
Go to Window > Preferences > Java > Installed JREs, make sure that a JDK 8 is selected: