This may not be the only or best way to do this but I put my jar files in
WEB-INF/lib directory where my webapp is.  Then in the jsp at the top I put
this line:

<%@ page import="java.util.*, esg.b3.*" errorPage="error.jsp" %>

and it works for me.

Regards,

Drew

-----Original Message-----
From: Brian O. Bozarth [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 09, 2002 10:50 AM
To: [EMAIL PROTECTED]
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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to