Project Creation

Before you can begin coding and creating modules and systems in ROCCC, we need an Eclipse project to place them in. To create a new project, select “New->Project” in the ROCCC menu.

Once you have clicked that, a small window will pop up asking for the name of the new project you would like to create. Type the desired name of the project and press “OK.” If a project already exists with the name you chose, it will ask for a different name.

Once a valid project name is chosen, ROCCC will then create the project. You will see a message in the console telling you that the project was created.

You will also see a folder for the project you created in the Project Explorer of Eclipse. The default location of this in the ROCCC perspective is on the left side of the Eclipse window.

You can create as many projects as you want to be able to keep yourself organized and productive by just following these steps over again for each new project you want.

Now that you have a project, you can begin creating and coding your own ROCCC modules and systems.


<< GUI Overview Tutorials Home Module Construction >>