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
[171 byte] By [chrisnessa] at [2007-9-27 7:58:09]
# 1
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.
warnerjaa at 2007-7-8 12:31:59 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Thanks, I'll check it out.
chrisnessa at 2007-7-8 12:31:59 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...