Subject OT: classpath and tomcat
Author marius popa
I have class that is using other class User in the same directory

WEB-INF/classes$ javac -verbose TestSql.java

./TestSql.java:6: package User does not exist
import User.*;
^

And is included "." in $CLASSPATH

ps: i'm stuck at this for about 2-3 hours