Re: jsp - newbie problem: java.lang.NoClassDefFoundError
Daniel Khan wrote:
Thanks for the replies.
You're welcome. I'm glad Lew chimed in. He is one of
the group's server-side gurus (IMO).
Good call on posting the server structure.
(But I have snipped it because..)
Is there anything that looks odd?
Not to me. But then, I am *not* a server-side guru!
If you have not get any other replies within 48-72
hours, 'bump' this and I will take a closer look.
I might recommend ..
<http://mindprod.com/jgloss/runerrormessages.html#NOCLASSDEFFOUNDERROR>
..but then, I think you have already understood
the basic problem here - 'the class is not on the
app.'s classpath'.
One thing to remember is that a JSP is effectively
a servlet. The first thing that happens to a JSP is
that it is compiled to servlet.
Perhaps one of the server-side gurus can expand
on the reasons to prefer coding servlets (directly)
over the 'intermediate' coding of JSP.
--
Andrew Thompson
http://www.athompson.info/andrew/
Message posted via http://www.javakb.com