Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Lambodar Eng.   on Nov 06 In Java Category.

  
Question Answered By: Erin Dunn   on Nov 06

You need to create a package for your project  and include the package
declaration in all the files  used in the project

Main.java: First line should be
package samplePackage;
and use the same package declaration in all the files.

Share: 

 

This Question has 3 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Help in program Or get search suggestion and latest updates.


Tagged: