My project directory structure is something like this: ProjectName/coursesRegistration/src/coursesRegistration/util
When I do "import coursesRegistration.util.FileProcessor;" in Eclipse it works but when I try this on UNIX (using command line compilation) it gives me an error saying
"error: package coursesRegistration.util does not exist".
Maybe I am missing something very basic, does anyone know what may be the problem?