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]>

Reply via email to