package org.apache.commons.fileupload does not exist

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.

[638 byte] By [roamera] at [2007-11-27 3:54:42]
# 1
I solved the problem, by putting the common-fileupload-1.2.jar and commons-io-1.3.1.jar to the ${java.home}\jre\lib\ext folder.
roamera at 2007-7-12 8:58:50 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...