CLASSPATH problem...
843804Mar 20 2004 — edited Mar 22 2004Im having a problem with the compiler finding user created classes that are also in packages.
EX.
prog1.java is in package test1
I have the classpath set to look in the folder that contains the package test1 ex. C:\...\mypackages\
But when I call a class that I created I get the error "Unresolved Symbol".
Any help would be greatly appreciated.