Problem in uploading (at run time)

I'm using com.oreilly package to upload file in servlet.

when I compile the file it gives no error but when I call the servlet through it gives the error "NoClassDefFoundError :javax/servlet/ServletRequest at com.oreilly.servlet.MultipartRequest. I wonder if my own class "UploadTest" can approach ServletRequest object then why not MultipartRequest.

would anyone help me in this regard.thanks

[420 byte] By [ijaz_m] at [2007-9-26 1:25:55]
# 1
Is it possible that you did not include the package name in your code, or import the package?Without a code snippet, it's not easy to offer any solution/opinion.BTW, I'm planning to do some file uploading using orielly's package. Haven't started though.
melang at 2007-6-29 1:08:08 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
I have the same problem with jdk 1.3.1 version.Try with jdk 1.3.1_02 or higher.
benvegna at 2007-6-29 1:08:08 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...