Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » jar files from jsp (using tomcat)
jar files from jsp (using tomcat) [message #149926] Wed, 26 April 2006 17:13
Eclipse UserFriend
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!
Previous Topic:synchronize with cvs
Next Topic:swt
Goto Forum:
  


Current Time: Tue Jul 16 15:34:22 GMT 2024

Powered by FUDForum. Page generated in 0.08315 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top