-
Notifications
You must be signed in to change notification settings - Fork 7
Set up ROLL in Eclipse
Yong Li edited this page Jan 27, 2018
·
16 revisions
This tutorial has been tested on the following distributions:
- Ubuntu 16.04 LTS, 64-bits
- Java Development Kit (only tested with JDK 8.0)
- Eclipse Oxygen
- Javacc plugin in Eclipse
- Maven Integration for Eclipse
- SPOT (only if you want to run some JUnit tests via autfilt in SPOT)
-
Use following command to clone the repository to your local file system.
git clone https://github.com/ISCAS-PMC/roll-library -
Import roll-library as Maven Existing Projects.
You may have life cycle problem with Javacc in pom.xml but this can be fixed by the operations suggested by Eclipse. Then you should be able to run ROLL as a java application by choosing roll.main.ROLL as the main class.