cannot resolve symbol error

i use Win2000 and i try to compile a class(firstClass) that uses another class(secondClass) but it does not recognize that class. i get the 'cannot resolve symbol' error. both classes are in the same directory. secondClass is already successfully compiled. spelling and case sensitivity issues are resolved. what's wrong?

[339 byte] By [javasoc] at [2007-9-26 2:39:20]
# 1
Is your CLASSPATH variable set to point to the current directory set CLASSPATH=c:\whatever;.notice the "." in the end, this makes it look in the current directory.
kamranA at 2007-6-29 10:11:43 > top of Java-index,Archived Forums,New To Java Technology Archive...
# 2
You wouldn't happen to have a package declaration in the source files, would you? Try removing them and recompiling.
jsalonen at 2007-6-29 10:11:43 > top of Java-index,Archived Forums,New To Java Technology Archive...
# 3
Please don't cross-post - people are still trying to help you via your previous post: http://forum.java.sun.com/thread.jsp?forum=54&thread=154865
artntek at 2007-6-29 10:11:43 > top of Java-index,Archived Forums,New To Java Technology Archive...