Open main menu

CDOT Wiki β

Team1/Creating your first Java project

2. Creating your first Java project

2.1. Select from the Menu: File -> New -> Java Project
 



2.2. In the Create the Java Project window specify the project name (follow the Java convention) and leave "Use default location" checked. Press Finish to create the project
 



2.3. Now create a package. Select folder src, right click on it and select New -> Packege
 


2.4. Specify the package name (Java convention is to use the same name as project). Press Finish
 


2.5. Now you can add Java classes to your project