
August 7th, 2001, 01:53 PM
|
|
Registered User
|
|
Join Date: May 2001
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Class not defined
I am in the early stage of trying to learn to Java/JSP, so I know nothing about how it works. I installed a war file from a book I found on how create MySQL/JSP/Servlet websites. I have tomcat running and the webapp can create a dbpool, but when I try to run the application I receive an error message that says "Class not defined". This is the only information in the tomcat log as well. How can I find out which class is causing the error? Also, what causes a class not defined error?
Finally, what is a good place to start learning how to program servlets, beans, etc. ?
Thanks in advance
|