David,

Thanks for the reply. I'm using Eclipse as an IDE and I'm trying to compile the source code there. There is a J2EE jar in my CLASSPATH, but not a separate servlet jar. The J2EE jar contains all the class files for the javax.servlet and javax.servlet.http packages.

All the Struts code compiles when I remove the source code for MultipartRequestWrapper from the project. (The Struts jar files are in the build path, so any references to MultipartRequestWrapper still resolve.) But MultipartRequestWrapper won't compile because it does not implement all methods specified in the interface that it implements.

Dom

David G. Friedman wrote:
Dom,

It sounds like you need servlet.jar in your CLASSPATH or build path.  Have
you verified it is in the build/ant/CLASSPATH for compilation?

Regards,
David

-----Original Message-----
From: Dom Incollingo [mailto:[EMAIL PROTECTED]
Sent: Saturday, April 09, 2005 9:57 PM
To: Struts User
Subject: Which Version of J2EE with Struts?


Hello,

Is Struts compatible with J2EE 1.4?  I'm using Struts 1.2.4 with J2EE
1.4.  I cannot compile Struts class MultipartRequestWrapper (it
implements HttpServletRequest), because it does not implement four
abstract methods added to the HttpServletRequest interface in J2EE 1.4.
  Should I be using J2EE 1.3 rather than 1.4 with Struts?  Or is there a
version of Struts that supports J2EE 1.4?

Thanks for your help.

Dom

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to