jar files from jsp (using tomcat) [message #149926] |
Wed, 26 April 2006 17:13 |
Eclipse User |
|
|
|
Originally posted by: mcilvadk.yahoo.com
Hello, I have some JSP files, which I am running under Tomcat in Windows.
The first JSP executes fine, but when I hit the second JSP I get a
compile error. This also all works fine outside eclipse. My compile
fails seaching for a class in a jar file I have added under projects build
path. The JSP code is:
<%@ page language="java" import="java.util.*,
java.io.*,
org.apache.commons.fileupload.*"%>
The org.apache.....etc is in a jar file I have added under projects,
properties, java build path,( add external jar file.
I think I am not pointing/defining the configuration correctly to locate
this class.
I would appreciate any hints at solving this problem!
|
|
|
Powered by
FUDForum. Page generated in 0.06819 seconds