Skip to content

Using NetBeans IDE

Guilherme Flach edited this page Jan 25, 2018 · 6 revisions

You may use an IDE to develop using Rsyn. In this tutorial, we explain how to open and run Rsyn in NetBeans IDE, which is the one currently supported by Rsyn framework.

1. Download and Install NetBeans

Go to https://netbeans.org/.

2. Download and Setup Rsyn

See https://github.com/rsyn/rsyn-x/wiki/Getting-Started.

3. Open NetBeans Project

Then select the Rsyn's NetBeans project folder at rsyn-x/x/ide/netbeans.

4. Configure NetBeans Project

Go to Project Properties, then Run and set the Run Directory and select Build First as below.

5. Compile and Run Rsyn

Click in the play button as shown in the image below.

After a while, Rsynś main window should pop up.

6. Open a Benchmark

Press Ctrl+R to run an Rsyn script.

For this tutorial, let's open a demo benchmark that comes together with Rsyn repository: /rsyn-x/x/demo/simple/simple.rsyn

And here's the benchmark opened in Rsyn.