PACKAGES-configuration
Pls, is there any way to configure to be able to import classes I created in my package.
When I run classes in the package I created, I get the message that it cannot find the class.
I only get this message when i try to import the classes i created.
I create my package in the classes folder like this:
package package1;
and import it like this:
import package1.*;
Pls, let me know your suggestions bcos i'm stuck. I'm frustrated on what to do bcos this problem has taken longer time.
Is there any special configuration to do to solve this problem
Thanks

