|
Java Package Problems
Howdy,
I wrote a dandy little program in Eclipse, with all the classes being declared in a package "logisticsInfo" Everything worked fine. However, when I compile this same program from the command line, it says it can't find the objects in a subdirectory "logisticsInfo". Can anyone help me as to what exactly is going on and how to fix it? Thanks so much
|