I am trying to put some of my more commonly used classes into packages but i cannot figure out how to do this correctly. i have put the "package whatever.MyClass;" at the top of each file i have. The compiler is giving me the "cannot find symbol" error for any other classes in my package. Why is this??? Can someone tell me how to make a package!!! Please!!!




Reply With Quote