-
Notifications
You must be signed in to change notification settings - Fork 3
Set up: Command line version of IoTSuite in Eclipse
Setting up IoTSuite is four steps process
- Download Eclipse:
- Install ANTLR into Eclipse
- Download IoTSuite
- Setup Template folder
- Configure Eclipse for IoTSuite
We recommend Eclipse Helios -- Eclipse IDE for JavaEE Developers 64-bit. URL: http://eclipse.org/downloads/packages/release/helios/sr2
IoTSuite uses ANTLR for parsing high-level specification and generating programming framework. Please install ANTLR plug-in for eclipse. You can find installation guide here.
IoTSuite is an Eclipse java project. So, first download IoTSuite project here. (Press the Download Zip button/Clone the github reposity) and import it into Eclipse.
IoTSuite uses a folder, where it generates programming framework. So, we have to setup Template folder. The template folder is available with IoTSuite as IoTSuite-Template.rar file. (We recommend to extract the rar file in C:\IoTSuite-Template\).
To run IoTSuite, Eclipse has to be configured. For that go to "Run" Menu > "Run Configuration" > "Java Application" > Right click on "New" > Set Name "IoTSuite" > Set "Project" and "Main Class" as shown in the following screenshot.

Refer a step-by-step guide to run IoTSuite - Commandline interface: Application Development using IoTSuite.