In a tomcat JSP application I have this directory layout:
webapps/ myProjectName/ index.jsp WEB-INF/ classes/ myp
Run this in your classes folder:
javac -cp /usr/local/tomcat/webapps/myProjectName/WEB-INF/classes *.java
You need to include the classpath during compile time.