-
Notifications
You must be signed in to change notification settings - Fork 0
Add External Tools
Paul Ambrose edited this page May 26, 2016
·
2 revisions
-
Open the Preferences panel and click on Tools --> External Tools
-
Click on the + button to create an external tool
-
Create a tool for building and copying the jar to the EV3
Check all the boxes and enter these values:
| Field | Value |
|---|---|
| Name | Build and copy jar to EV3 |
| Program | make |
| Parameters | build scp |
| Working directory |
- Create a tool for running the jar on the EV3
Check all the boxes and enter these values:
| Field | Value |
|---|---|
| Name | Run program on EV3 |
| Program | make |
| Parameters | run |
| Working directory |
- Create a tool for debugging the jar on the EV3
Check all the boxes and enter these values:
| Field | Value |
|---|---|
| Name | Debug program on EV3 |
| Program | make |
| Parameters | debug |
| Working directory |
After adding the External Tools, the configuration should look like this:





