NetBeans plugin installation
- Make sure you have Java JDK 1.6 or newer installed (download Java), and NetBeans 6.0 or newer (download NetBeans).
- Download NetBeans plugin. Unzip the archive, there is a file with extension nbm.
- Start NetBeans.
- Choose Tools - Plugins, select "Downloaded" tab.
- Click "Add plugins", choose the downloaded nbm file, click "Install"
- Click "Next", choose "I accept" the licence, then "Install".
- Dialog shows: "Validation failed. The following plugins are not signed.". Choose "Continue".
- Wait for installation to complete and click "Finish".
- 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.