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

[333 byte] By [markyoung1984a] at [2007-10-2 21:07:39]
# 1
Do you use ide or compile classes from command line?Most likely it's a classpath problem.
s-e-r-g-ea at 2007-7-13 23:53:21 > top of Java-index,Java Essentials,New To Java...