Thanks Brian... I had tried removing the package line but the compiler complained the package couldn't be found. Is it overkill to have a package statement and an import statement for the same?
In the end I just added the jar to the classpath... but I don't understand why it failed when the jar was loaded by the context. How will it be possible to install a war file on a new system if I'm relying on modifying the classpath? Apologies for the multiple newbie questions. thanks /j-p. On Mon, 28 Jul 2003, Brian wrote: > Hi, > > Try removing the line: > > package org.appache.commons.fileupload; > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
