Hello,
I’m trying to follow the example showing the Kernel Feature execution context from in http://www.e-s-r.net/download/specification/ESR-SPE-0020-KF-1.4-F.pdf
I have added KF dependency and the KF kernel api dependency to my kernel code as the following.
<dependency org="ej.api" name="kf" rev="1.5.1"/>
<dependency org="com.microej.kernelapi" name="kf" rev="2.0.3" conf="kernelapi->default"/>
And i’m trying to call Kernel.getContextOwner().getName()
from my app but I’m getting the following error:
=============== [ Initialization Stage ] ===============
=============== [ Converting fonts ] ===============
=============== [ Converting images ] ===============
=============== [ Launching SOAR ] ===============
1 : SOAR ERROR
[M51] - Class com.is2t.schedcontrol.ScheduleContext not found (class is referenced by the class ej/kf/Module).
FAIL
Soar image generation aborted.
Am I missing something ?