problem importing org.apache.commons.fileupload
hello, I've got an annoying problem I feel like I should be able to deal with, and have dealt with similar importing problems.
Anyhow, my program, which compiles fine before, is giving me an error on
import org.apache.commons.fileupload;
I've tried setting my classpath:
which reads (from the environment path settings)
C:\oracle\product\10.2.0\db_1\jdbc\lib;C:\oracle\product\10.2.0\db_1\jdbc\lib\ojdbc14.jar;C:\j2sdk1.4.1_05\bin;C:\jakarta-tomcat-4.1.29\common\lib\servlet.jar;C:\jakarta-tomcat-4.1.29\webapps\ROOT\WEB-INF\lib\commons-fileupload-1.2.jar;
using the command set CLASSPATH=%CLASSPATH%.;C:\jakarta-tomcat-4.1.29\webapps\ROOT\WEB-INF\lib\commons-fileupload-1.2.jar;
then compiling
as well as javac -classpath"%CLASSPATH%.;C:\jakarta-tomcat-4.1.29\webapps\ROOT\WEB-INF\lib\commons-fileupload-1.2.jar" studyD/*.java
edit. nm - I fixed it
Message was edited by:
lance_dragons

