Hello all

I am a student and I am new to Java. I have created a simple Java program. We have been given a package to import into the program we have developed. The classes of the package are stored in a folder called "pack" which is placed inside project folder called "tictactoe". The example program we were given imports the package as follows and it works fine.

import pack.*;

Is it that simple or do I need to do more.

It gives me the error "The import pack cannot be resolved"

Thanks