Hey everyone, I'm having import issues, and I don't mean Hondas.
This is on an academic programming level, fyi.
I have a package defined as ch03.Stacks that I want to import. However, when I try to import it, I get an error message saying it's undefined. I've set the CLASSPATH variable to the folder that the ch03 folder is located in, and I've compiled the .javas into .classes and placed them in the folders and I still get the error.
Can anyone tell me how to get this import to work or what I'm doing wrong? Any push in the right direction would be helpful, because at the moment I'm lost.




Reply With Quote