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

[618 byte] By [EMEKAa] at [2007-10-2 16:34:11]
# 1
I want to know if there is a file like web.xml i need to configure.I'm asking bcos my servlet is working while my bean is not.Or, is it wrong to import a class from a package where the class thats calling is located. I'm using tomcat.Thanks
EMEKAa at 2007-7-13 17:39:12 > top of Java-index,Desktop,Developing for the Desktop...
# 2
Hi,It has compiled. I was compiling it thru a wrong way.Most grateful for your efforts.Thanks
EMEKAa at 2007-7-13 17:39:12 > top of Java-index,Desktop,Developing for the Desktop...