NetBeans Modules
C/C++ NetBeans plugin
If you are using a version of NetBeans greater than 8.2, then you will need to install the C/C++ plugin manually.
- Go to Tools → Plugins
- Select the Settings tab
- Check NetBeans 8.2 Plugin Portal
- Select the Available Plugins tab
- Check C/C++
- Click Install and follow the prompts
Emblem NetBeans plugins
You can download and install the Emblem NetBeans Modules which includes Echo templates and toolchain configurations for NetBeans. These will make Echo Project templates available in NetBeans, and the appropriate toolchains available for projects to build for other platforms.
To install, you will need to add the server to the module update list which will also allow NetBeans to automatically update your modules when there is a new version.
Emblem Modules
- Go to Tools → Plugins
- Select the Settings tab
- Click the Add button to add a new provider
- Add a name for the provider for example "Emblem Modules"
- Use this URL https://www.emblem.net.au/nb/updates.xml or http://insecure.emblem.net.au/nb/updates.xml if you receive errors - see warning below.
- Click OK.
Echo Templates
- The module Echo Templates should now be available in the Available Plugins tab. Select the module and click Install.
- You will need to accept the licence agreement and continue following the unsigned message if there is one (the first version of the module was not signed and did not have a licence file).
- You should be able to create a new project and find Echo Application under C/C++.
Echo Toolchains
Echo projects use a variety of toolchains to build for different platforms. If you haven't already make sure you have installed the toolchains. See Setting Up Your Environment.
Once the toolchains are installed, you can either manually add them to NetBeans, or if you've used the default install locations from Restricted Repository, you can configure NetBeans with the Echo Toolchains plugin. Once you've installed the Emblem Modules as per the instructions above.
- Open the Plugins window and navigate to the Available Plugins tab
- Look for the Echo Toolchains module
- Select the module and click Install.
- Verify the toolchains have installed by going to Tools → Options → Build Tools and looking in the list for Android_19, devkitPPC and Windows_Cross_Compiler.
- Last Author
- 0xseantasker
- Last Edited
- Nov 8 2019, 1:02 PM