Skip to content

Creating a new project

Camilo Gonzalez edited this page Nov 6, 2015 · 1 revision

Creating a WPILIB Java project is done in 4 steps:

  1. Go to File -> New -> Other

Go to file -> new -> other

  1. Scroll through the menu and choose 'Robot Java Project' under 'WPILIB Robot Java Development'

Choose java robot project

  1. Name your WPILIB Project, give it a package, and choose your project type (Command-Based Robot is recommended)

Naming your projectNaming your project

  1. Finally, hit 'finish'. Eclipse will generate all the files needed for your project to work

Generated Files

Clone this wiki locally