A have folders test/labs/tryouts in E:....\exps and two .java files inside tryouts. The location is added into CLASSPATH: E:....\exps.
import test.labs.tryouts.*;
Doesn't work (it's hihlighted with red) and the use of described in .java files classes also fails:
Uncompilable source code - cannot find symbol
symbol: class Bullet
location: class javaapplication1.Test1
at javaapplication1.Test1.main
What is wrong?