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

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

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

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

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

2002-12-09 Thread Brian O. Bozarth
yeah getting the same error. Here's the full description. 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

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

2002-12-09 Thread micael
Read up about how CLASSPATH works for .jar files as well as for normal directory structures, which are reflected in a jar file. If you cannot reach something in a normal directory (outside the .jar file) you sure cannot inside a .jar file. For example, in a normal directory structure, you