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 VEE Port Sources

  1. Get the VEE Port sources from GitHub for STM32F7508-DK, open a terminal on your workstation and run the following commands:
git clone --recursive https://github.com/MicroEJ/VEEPort-STMicroelectronics-STM32F7508-DK.git
cd VEEPort-STMicroelectronics-STM32F7508-DK
git checkout tags/2.2.0
  1. Follow the README to import the VEE Port sources, activate your license and build your VEE Port, in the VEE Port Setup section.
  2. Once all the steps of the VEE Port 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