Correct me if I am wrong, for the new jar lib to take effect, you need to
restart the webapp or tomcat itself.

Regards,
Michael

-----Original Message-----
From: Brian O. Bozarth [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 09, 2002 12: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