You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Brian O. Bozarth" <br...@labwerks.com> on 2002/12/09 17:20:30 UTC

RE: How do I install a jar file and reference it with a jsp page? (Next problem)

okay I put the jar file in /tomcat/webapps/ROOT/WEB-INF/lib  (I had to actually create the lib folder)

I used this in my jsp page.

<%@ page import="com.equifax.rcas.*"%>

getting an error of:

/web1/labwerks/tomcat/work/Standalone/localhost/_/dev/credit_check_jsp.java:7: package com.equifax.rcas does not exist
import com.equifax.rcas.*;
^

Let me know if I'm doing something wrong.

Does it matter what the folder directory is in the jar file?   When I unzipped the directory, the java files were in here.

\data\esecure\rcas2.3.0-0018\com\equifax\rcas\tools


-----Original Message-----
From: Brian O. Bozarth 
Sent: Monday, December 09, 2002 10:50 AM
To: tomcat-user@jakarta.apache.org
Subject: Q: How do I install a jar file and reference it with a jsp
page?



Having trouble using this jar file which has code for an Equifax interface (credit check).   I've been given a jar file with sample code.   Where do I put in the tomcat directory and how do I reference it in a jsp page?   Do I need to do anything on the server to configure?

The package is called package com.equifax.rcas.tools;   

I am using Apache Tomcat/4.1.12

Brian Bozarth
Chief Technical Officer
Labwerks
3618 Penn Avenue
Pittsburgh, PA 15201
P. 412-621-9375
F. 412-621-6082
http://www.labwerks.com

A Marketing Communications Company






--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>