Thank you Larry!!!
That was it! I was barking up the wrong tree. The class that couldn't be
loaded was indeed the "MyClient" class, which existed in a Utility Jar
that I had not made a Java EE Module Dependency.
D'Oh!
Steve
Larry Isaacs wrote:
Be aware that in Eclipse WTP, your we
Be aware that in Eclipse WTP, your web project is "published" to the server to
be served. Jars that are added to the project as runtime dependencies will be
copied to the "WEB-INF/lib" of the "published" webapp. Just adding a jar to
the build path of the web project DOES NOT add the jar as a ru