Setup your Environment¶
Prerequisites¶
The MICROEJ SDK must be installed. Please check the MICROEJ SDK requirements.
Download and Install¶
- Download the installer package corresponding to your host computer OS: Download MicroEJ SDK.
- Unzip the downloaded installer package if needed and execute the installer.
Start the IDE for the First Time¶
Start MICROEJ SDK and select a workspace.
Note
If you are not familiar with Eclipse workspaces, select the default and press OK.
Select the MICROEJ repository.
Note
If you are not familiar with MICROEJ repositories, select the default and press OK.
Prepare Platform Sources¶
- Download and unzip the platform sources for STM32F7508-DK by clicking on Download > Download ZIP: Go to the Github repository.
- Follow the README to import the platform sources, activate your license and build your platform, in the Platform Setup section.
- Once all the steps of the platform setup are done, a new Java project can be created.
Create a New Project¶
Go to File > New > Standalone Application Project:

The project structure should look like this:

Featured Project: Widget Demo¶
You can have a look at the widget demo project, which contains multiple samples of widgets and usage.

Next step: Starting MicroUI