-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Vineet Billorey wrote: > I have installed java 1.5 on Windows 2000 platform. > I am using commons-fileupload1.1.jar and when I call the following command > > List items = upload.parseRequest(request); > > It fails giving the following error: > > java.lang.NoClassDefFoundError: > org/apache/commons/io/output/DeferredFileOutputStream > > Please guide me. > > Thanks in advance. > > > Vineet Billorey
In the future, please prefix your subject with [FileUpload]. fileupload has a dependency on commons-io - the provider of org.apache.commons.io.output.DeferredFileOutputStream. Do you have the io jar in your classpath? Brian -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (MingW32) iD8DBQFED+FlaCoPKRow/gARAuQ3AJ9lnDoPQUUidqu6feuVkvWgTR1XEQCgqON7 RbsBfL9H0Ne5to8ZeVr2W18= =0OXW -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
