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

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

2002-12-09 Thread Brian O. Bozarth
: 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 jar file with sample code

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

2002-12-09 Thread Brian O. Bozarth
: 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:[EMAIL PROTECTED]] Sent

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

RE: trying to use jar file in jsp page.

2002-12-09 Thread Brian O. Bozarth
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: [EMAIL PROTECTED] Subject: trying to use jar file in jsp page. Still stuck

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- %@ page