Compiling Robot Overlord in Eclipse
- This topic has 0 replies, 1 voice, and was last updated 7 years, 5 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Shop › Forum › Everything Else › Compiling Robot Overlord in Eclipse
Tagged: compile, dependencies, eclipse, getting started, maven, project, Robot Overlord
Start Eclipse
Choose File > Import > Maven > Existing Maven Projects > Select root directory > Browse > find where you cloned github/Robot Overlord > Ok > uncheck “Copy projects into workspace > Finish
Choose Package Explorer > Right click on Robot Overlord > Maven > Update project. Wait while it downloads and configures dependencies
Select Right click on Robot Overlord > Run As > Java Application.