Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

package org.apache.commons.fileupload does not exist

800295May 9 2007 — edited Aug 23 2007
I have a java file which requires the following class to be imported.
import java.io.*;
import java.net.*;
import java.util.*;
import java.text.*;
import javax.servlet.*;
import javax.servlet.http.*;

import org.apache.commons.fileupload.*;
import org.apache.commons.fileupload.disk.DiskFileItemFactory;
import org.apache.commons.fileupload.servlet.ServletFileUpload
------------------------------------
When I complie it using jdk v1.60, I get the following error:
package org.apache.commons.fileupload does not exist

Can anyone tell me which jar files I should place in a suitable location? Thx.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 20 2007
Added on May 9 2007
3 comments
4,584 views