Setup your Environment

Prerequisites

The MICROEJ SDK must be installed. Please check the MICROEJ SDK requirements.

Download and Install

  1. Download the installer package corresponding to your host computer OS: Download MicroEJ SDK.
  2. Unzip the downloaded installer package if needed and execute the installer.

Start the IDE for the First Time

  1. Start MICROEJ SDK and select a workspace.

    Note

    If you are not familiar with Eclipse workspaces, select the default and press OK.

  2. Select the MICROEJ repository.

    Note

    If you are not familiar with MICROEJ repositories, select the default and press OK.

Prepare Platform Sources

  1. Download and unzip the platform sources for STM32F7508-DK by clicking on Download > Download ZIP: Go to the Github repository.
  2. Follow the README to import the platform sources, activate your license and build your platform, in the Platform Setup section.
  3. 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:

../../_images/createStandaloneProject.png

The project structure should look like this:

../../_images/structure.png