NoClassDefFound
My servlet works well on Tomcat, however when I run it on Novell Enterprise Web server I get error NoClassDefFound:java.util.LinkedList. Can anyone suggest a reason
Evidently the JVM that server is running with doesn't have that class included, which has been in the standard since Java version 1.2. You'd need to configure it to use a newer JVM, if possible.