+ 3
I Was executing Servlet code there I got an error of error instantiating servlet class and no ClassFoundException ?
How do I solve that error ?
1 Answer
+ 1
Check if the classpath (example.class.path) in web.xml is correct
How do I solve that error ?