Still stuck on this. I also re-jar-ed the file so that com was the first directory
in the jar file. The java files are in the tools folder. Any insights?
I put the jar file in the /tomcat/webapps/ROOT/WEB-INF/lib folder, which is where I am
doing my app.
I am trying to use this in my jsp file (but I get an error):
<%@ page import="com.equifax.rcas.tools.*"%>
getting an error of:
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/credit_check_jsp.java:7: package
com.equifax.rcas.tools does not exist
import com.equifax.rcas.tools.*;
^
1 error
I am using Apache Tomcat/4.1.12