Hi
I'm new to Java but not new to coding in general - I have a background in C programming. However, this error is driving me nuts! I have my environment variable CLASSPATH set to my NetBeans projects folder, and I've set the classpath in NetBeans to the same folder. I've built a test lib there called MyLib, but when I try and import that lib from another package with 'import com.domain.mylib.*;', I get the error saying the package doesn't exist! I'm probably making a rookie error here, but any help most welcome.