You need to create a package for your project and include the packagedeclaration in all the files used in the projectMain.java: First line should bepackage samplePackage;and use the same package declaration in all the files.