Skip to content

Set up: Command line version of IoTSuite in Eclipse

Pankesh Patel edited this page Oct 15, 2016 · 4 revisions

Setting up IoTSuite is four steps process

  1. Download Eclipse:
  2. Install ANTLR into Eclipse
  3. Download IoTSuite
  4. Setup Template folder
  5. Configure Eclipse for IoTSuite

Download Eclipse

We recommend Eclipse Helios -- Eclipse IDE for JavaEE Developers 64-bit. URL: http://eclipse.org/downloads/packages/release/helios/sr2

Install ANTLR into Eclipse

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.

Download IoTSuite

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.

Setup Template folder

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\).

Configuring eclipse for IoTSuite

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.

The next step,

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

Clone this wiki locally