I don't get it...

2001-03-29 Thread John Towell
I bring in a Bean class that imports an oracle class that's not on my tomcat server, so I get a: 'Class oracle.sqlj.runtime.Oracle not found in import.' error OK - so I bring in the appropriate jar file and put it in $TOMCAT_HOME/lib and restart tomcat. I look at messages and tomcat has reported

RE: I don't get it...

2001-03-29 Thread Dennis Meerveld
pe this helps.. :) Dennis -Original Message- From: John Towell [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 6:43 PM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: I don't get it... I bring in a Bean class that imports an oracle class

RE: I don't get it...

2001-03-30 Thread John Towell
EMAIL PROTECTED]' Sent: 3/30/01 12:52 AM Subject: RE: I don't get it... Hi, I'm fairly new to Tomcat, but by bringing in a Bean class, do you mean addressing it in a JSP ? If so, be sure your <%@ page import = "oracle.sqlj.runtime.Oracle" %> is specified. If you&#x

RE: I don't get it...

2001-04-01 Thread Dennis Meerveld
ye Dennis -Original Message- From: John Towell [mailto:[EMAIL PROTECTED]] Sent: Friday, March 30, 2001 6:00 PM To: '[EMAIL PROTECTED]' Subject: RE: I don't get it... Dennis Thanks for your answer. In this case I had the liberty of having the .java file which I could bri

tomcat classpath - I don't get it...

2001-03-29 Thread John Towell
[Please forgive if this is reposted, my first post was over three hours ago.] I bring in a Bean class that imports an oracle class that's not on my tomcat server, so I get a: 'Class oracle.sqlj.runtime.Oracle not found in import.' error OK - so I bring in the appropriate jar file and put it in $