Posted By:
takis_millas
Posted On:
Thursday, September 20, 2001 03:27 AM
I created a very simple jsp page and put it in examples/jsp directory. This jsp page includes the following line of code
.
I also put the JspCalendar.class, which I edited it so IS NOT in any package, in the web-infclasses directory.
When I run my jsp page I get a message java.lang.ClassNotFoundException: Unable to load class jsp.JspCalendar.
Why does it search for the class in a package "jsp" as the message indicates ?
I just want to run a jsp page that uses a class, NOT A SERVLET, that is NOT in a package.
Thanks.