import and package does not exist
I have a program and I wish to import a package that I've made. I have tried to do this with:
import clientcode.*;
but I keep getting the error message java:8: package clientcode does not exist
I am completely new to Java and have no idea how to get around this. Please help

