Let's take one step further back. 

Can you use ANY package in a JSP page, or do they all throw the same error?

John


> -----Original Message-----
> From: Brian O. Bozarth [mailto:[EMAIL PROTECTED]]
> Sent: Monday, December 09, 2002 3:38 PM
> To: Tomcat Users List
> Subject: trying to use jar file in jsp page (part 2)
> 
> 
> 
> okay compiled the java files on my PC to make class files... 
> rejarred them up into a new jar file, then uploaded to this 
> directory (/tomcat/webapps/root/web-inf/lib)
> 
> then using this reference in my jsp file.
> 
> <%@ page import= "java.util.*, javax.naming.*, 
> com.equifax.rcas.tools.*"%>
> 
> -or-
> 
> <%@ page import= "com.equifax.rcas.tools.*"%>
> 
> still getting same error.
> 
> org.apache.jasper.JasperException: Unable to compile class for JSP
> 
> An error occurred at line: -1 in the jsp file: null
> 
> Generated servlet error:
>     [javac] Compiling 1 source file
> 
> /web1/labwerks/tomcat/work/Standalone/localhost/_/dev/test_jsp
> .java:9: package com.equifax.rcas.tools does not exist
> import com.equifax.rcas.tools.*;
> ^
> 1 error
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to