Q: How do I install a jar file and reference it with a jsp page?

2002-12-09 Thread Brian O. Bozarth
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 call

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

2002-12-09 Thread Brian O. Bozarth
-Original Message- From: Brian O. Bozarth 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

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

2002-12-09 Thread Brian O. Bozarth
MAIL PROTECTED]] Sent: Monday, December 09, 2002 11:43 AM To: Tomcat Users List Subject: RE: How do I install a jar file and reference it with a jsp page? (Next problem) Have you tried changeing the import to com.equifax.rcas.tools.*? -Original Message- From: Brian O. Bozarth [mailto:[E

trying to use jar file in jsp page.

2002-12-09 Thread Brian O. Bozarth
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 j

RE: trying to use jar file in jsp page.

2002-12-09 Thread Brian O. Bozarth
ifax.rcas.tools.SomeClass myObject = new com.equifax.rcas.tools.SomeClass(); myObject = "java code shouldn't be in a JSP"; %> John > -Original Message- > From: Brian O. Bozarth [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 09, 2002 1:38 PM > To:

trying to use jar file in jsp page (part 2)

2002-12-09 Thread Brian O. Bozarth
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- <%@ p