John Bailo wrote:
> I am having some trouble getting my servlet project to recognize an
> external jar.
>
> My project consists of an HTML form posting to a servlet.
> When I click submit, I get a "NoClassDefFound" error, yet the jar file
> has been added to the project and the class definitely exists inside it.
>
> Oddly enough, the class is recognized by Eclipse intellisense when I add
> it as an import.
>