Kernel.api file generation

HI,
is there a simple way to generate a kernel.api file ?
BR,

Hi William,

Actually, there is a MicroEJ tool for this task : the Kernel API Generator.

In MicroEJ SDK :

  1. Create a new MicroEJ tool launch in Run > Run Configurations.
  2. Pick any platform
  3. Select Kernel API Generator in the execution settings.
  4. In the configuration tab, add the class folders / jars of the API which you want to make a Feature of.
  5. Run

A kernel.api file will be created in the output folder.

Best regards,
Rémy

Perfect! :ok_hand:
Thanks !!
W.