NetBeans plugin installation

  1. Make sure you have Java JDK 1.6 or newer installed (download Java), and NetBeans 6.0 or newer (download NetBeans).
  2. Download NetBeans plugin. Unzip the archive, there is a file with extension nbm.
  3. Start NetBeans.
  4. Choose Tools - Plugins, select "Downloaded" tab.
  5. Click "Add plugins", choose the downloaded nbm file, click "Install"
  6. Click "Next", choose "I accept" the licence, then "Install".
  7. Dialog shows: "Validation failed. The following plugins are not signed.". Choose "Continue".
  8. Wait for installation to complete and click "Finish".
  9. To create a new project, choose File - New Project, project type is "MCU", project template - "MCU Java source application". Project will be created. Write your code to Main.java and choose Build - Build main project (F11) to compile.